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.

Re: Globalization: using another than the default language by Daniel

Daniel
Thu Jan 11 13:54:38 CST 2007

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
--
http://www.danielmoth.com/Blog/

"cyberco" <cyberco@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.
>


Re: Globalization: using another than the default language by Mihai

Mihai
Thu Jan 11 22:40:53 CST 2007

> 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.

See here:
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