如设置当前语言上下文:
AppDomain.CurrentDomain.UnhandledException +=CurrentDomainUnhandledException;
If(System.Configuration.ConfigurationManager.AppSettings[“Languange”] != null)
{
Resources.Culture = new CultureInfo(System.Configuration.ConfigurationManager.AppSettings[“Languange”] )
}
Common.Properties.Resources.Culture = Resources.Culture;
转载于:https://www.cnblogs.com/shenchao/archive/2013/03/26/2981988.html
相关资源:WPF引用Dll中资源字典文件,修改按钮样式