文化变革通知 [英] Culture Change Notification

查看:62
本文介绍了文化变革通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我对文化有一些疑问。 Net Compact Framework。

1.)我们是否可以通过C#代码或任何类型的注册表项从我们的应用程序中更改设备语言(文化)?如果可行,请提供帮助代码。

。))从任何位置(从应用程序(如果可能)或从区域设置更改当前语言/文化后,是否需要重新启动设备) )?
)3。)我们是否可以随时随地向我们的应用程序发送任何通知设备语言的变化?

请尽快提供您宝贵的意见...它真正有用对我来说..

Thanx


Nitesh

Hi all,

I have some queries regarding culture . Net Compact Framework.

1.) Can we change device language(culture) from our application thoough C# code or any type of registry entry? Please provide code for help, if this is feasible..

2.) Is it necessary that device needs restart after changing current language/culture from any location (from app (if possible) or from Regional Settings)?

3.) Can we get any notification from anywhere to our application whenevr device langauge changes?

Please provide your valuable inputs on thse asap...Its really usgent for me..

Thanx


Nitesh

推荐答案

1)无法修改应用程序代码中的文化在.NetCF中,虽然在桌面上我们可以像

1)Modifying the culture from application code is not possible in .NetCF , though on desktop we can do it like 
   
System.Threading.Thread.CurrentThread.CurrentCulture = new CultureInfo( "en-US"); // changing Culture.


即使无法通过任何注册表项实现。更改它的唯一方法是使用区域设置。

2)一旦我们通过区域设置修改设置,它只会提示重新启动设备以反映更改。
3)我不认为,如果设备设置有任何变化,我们会收到任何通知。

  Even it can not be achieved through any registry entry. The only way to change it is using REGIONAL SETTINGS.

2) Once we modify the settings through , Regional Settings, it shall only prompts for restarting the device for reflecting the changes.
   
3) I dont think, we  get any notification if there is any change in the device settings.


这篇关于文化变革通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆