开发者

Change language in mobile application

开发者 https://www.devze.com 2022-12-09 13:07 出处:网络
I make application for windows mobile 5 in Visual Studio 2005 in C#. How can change language of my mobile application. I made each form localizable and i have 2 resources files for each form. but i do

I make application for windows mobile 5 in Visual Studio 2005 in C#. How can change language of my mobile application. I made each form localizable and i have 2 resources files for each form. but i dont know how to change the language. It doesnt have to be changable in program beacuse i need to 2开发者_StackOverflow社区 version of this application


As opposed to the Desktop Framework, you can't change CurrentThread.UICulture programmatically. The .NET Compact Framework will only follow the user's preference.

0

精彩评论

暂无评论...
验证码 换一张
取 消