如何 - 在运行时切换RESX? [英] how-to switch resx at runtime?

查看:226
本文介绍了如何 - 在运行时切换RESX?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有第二个RESX文件Strings.ps-ps.resx,我想在运行时我的代码指向。每个RESX有Designer.cs一个独特的类名。我一定要切换/换这些东西我自己? ...或者是有一些内置的方法?

I have a second resx file Strings.ps-ps.resx that I want to point my code to at runtime. Each resx has Designer.cs with a unique class name. Do I have to switch/wrap these things myself? ...or is there some built in approach?

THX!

推荐答案

您需要更改UI文化使用不同的RESX文件。全球化的UICulture =ES文化=ES-MX/>这可以配置

You need to change your UI Culture to use a different resx file. This can be done in config

<globalization uiCulture="es" culture="es-MX" />

或代码

Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr-FR");;

如果你想自动适应用户,您可以查询的HttpContext .Current.Request.UserLanguages 为用户浏览器设置

If you want to automatically adapt to the user, you can query the HttpContext.Current.Request.UserLanguages for the users browser settings

这篇关于如何 - 在运行时切换RESX?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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