Silverlight 3 本地化配置
我想知道如何配置我的 Silverlight 应用程序,以便能够更改当前线程的 UICulture,而无需重新编译应用程序。
如果我在 app.xaml 中设置当前线程区域性,则每次都需要重新编译以更改区域性。如果我添加应用程序设置,如何在客户端上检索该信息以便能够更改当前线程区域性信息?
有什么想法吗?
I would like to know how I can configure my Silverlight application to be able to change the UICulture of the current thread without having to recompile the application.
If I set the current thread culture in the app.xaml, I need to recompile each time to change the culture. If I add an Application Settings, how can I retrieve that information on the client to be able to change the current thread culture info?
any ideas ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从托管 silverlight 应用程序的 html 或 aspx 文件中选择区域性。这不需要重新编译您的应用程序,但需要刷新网页。此方法依赖于文化名称列表。希望这有帮助。
前任:
You can the culture from your html or aspx file that hosts the silverlight application. This would not require a recompile of your application but would require a refresh of the web page. This approach is dependent on the Culture Names list. Hope this helps.
Ex: