How to display localized text in a given language instead of the default one (when in design-mode)?
Currently I use .resx
files to localize
my application. The application forms' UI in design mode
is displayed using the default culture (i.e. the en-US
on my P开发者_开发知识库C).
I want to change that culture to be another one, e.g. my local culture vi-VN
, but don't know how to do that.
Please share if you know how to! Thank you!
just have a look at this
How to set and change the culture in WPF
精彩评论