Quantcast
Channel: WPF Localization Extension
Viewing all articles
Browse latest Browse all 286

New Post: Localization don't work in ClickOnce deployment

$
0
0
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
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!

Viewing all articles
Browse latest Browse all 286

Trending Articles