|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Globalization: using another than the default languageUsing: WM5 PPC, .NetCF 2, C#, Visual Studio 2005
OK, I figured out how to add resources.resx files for different languages/cultures for both my Frames and my project at large. But how can I deploy a version of my application that uses the non-default language? My application will run on English (also the default of my project) versions of WM5, but my application should be in the other language I specified. The application will run in whatever language the device is running when
your app is launched. Trying to work against that is more trouble than what is worth and will require explicit coding on your behalf wherever your code needs to be locale-aware (whereas now, it just works). Cheers Daniel Show quote "cyberco" <cybe***@gmail.com> wrote in message news:1168527064.782608.13020@o58g2000hsb.googlegroups.com... > Using: WM5 PPC, .NetCF 2, C#, Visual Studio 2005 > > OK, I figured out how to add resources.resx files for different > languages/cultures for both my Frames and my project at large. But how > can I deploy a version of my application that uses the non-default > language? My application will run on English (also the default of my > project) versions of WM5, but my application should be in the other > language I specified. > > OK, I figured out how to add resources.resx files for different See here:> languages/cultures for both my Frames and my project at large. But how > can I deploy a version of my application that uses the non-default > language? My application will run on English (also the default of my > project) versions of WM5, but my application should be in the other > language I specified. http://www.codeproject.com/useritems/UILocalizationWithCF20.asp -- Mihai Nita [Microsoft MVP, Windows - SDK] http://www.mihai-nita.net ------------------------------------------ Replace _year_ with _ to get the real email |
|||||||||||||||||||||||