WPF全球化默认资源字典开头

WPF全球化默认资源字典开头

本文介绍了WPF全球化默认资源字典开头的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试更改WPF项目的语言。我正在使用
中提到的方法


[ ^ ]





但是默认的文化信息在开始时没有加载..

如何在开始时显示默认语言?

解决方案

I am trying to change the language of a WPF project. i am using method mentioned in

http://www.wpfsharp.com/2012/01/27/how-to-change-language-at-run-time-in-wpf-with-loadable-resource-dictionaries-and-dynamicresource-binding/[^]


But the default culture info is not getting loaded at the starting..
How to show the Default language at the starting?

解决方案


这篇关于WPF全球化默认资源字典开头的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 20:15