Multi-Language Add-In for Windows CE Forms
Hello everyone,
at the moment I'm trying to implement the Multi-Language Add-In into an Windows CE Application (using VS 2003). So I've downloaded and installed the latest Version (which seems to be just 4.01.0011 and not 4.65
) of the Add-In and added it to my project. The application uses a TreeView-Control for the mainmenue. Each menueentry is loaded from an xml-file which holds the needed translations (DE and NL) and I just pick the right one to show the menue. All the other applications which can be started directly from the menue (everything in one big Solution) need to be translated too, so I decided to choose the Multi-Language Add-In (we use it already for other Windows Projects - not CE - with VS2008).
The Add-In works good with Windows CE. I can implement it in my project and scan all controls and the source code. But I just can't figure it out how to switch the language on the fly (based on the language-strings "de" and "nl"), because there is no CurrentUICulture in the Thread-property. I thought this Thread would help me, but I only know that he had achieved what I want, but I don't know HOW
I need to switch the language without showing a selection-form or something like that. Is there a way how I can switch the language (and so trigger the Multi-Language Add-In to translate the Controls) in the source code?
Could you give me a hint, how I can achieve this (if it's possible)? Thank you in advance for your answers.
Kind Regards,
Kai