Hello,
i've installed the localization extension 2.2.0 and everthing works fine. But if i deploy my program via ClickOnce, the changing of the language don't work anymore.
I'm changing the language in code with
i've installed the localization extension 2.2.0 and everthing works fine. But if i deploy my program via ClickOnce, the changing of the language don't work anymore.
I'm changing the language in code with
LocalizeDictionary.Instance.Culture = CultureInfo.GetCultureInfo("de");
//or
LocalizeDictionary.Instance.Culture = CultureInfo.GetCultureInfo("en");
...binding of the text:{lex:Loc KeyName}
What i'm doing wrong? Do i need a special code for clickonce? Thanks for helping!