Localization strings are not shown on WPF UI controls #389
-
Hi, I have gone through all the Q&A and my friend Google :-), but i'm still stuck. What could I be missing? Anyone had this issue? Tim |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, @kazachok13! Also, please check, how you change culture. Do you use |
Beta Was this translation helpful? Give feedback.
Hello, @kazachok13!
Could you provide a small reproduce repo? I've tried move HelloWorldWPF to net6.0 and it worked fine.
Also, please check, how you change culture. Do you use
LocalizeDictionary.Instance.Culture = new System.Globalization.CultureInfo("xxx")
?