A few days ago I tried to change the default language of my Windoiws Store App.
I tried to change it in the “Package.appxmanifest” file.
I clicked on more information and the browser showed me this site: http://msdn.microsoft.com/en-us/library/windows/apps/jj657969.aspx
The website states for german language you can use “de”.
Therefore I changed “en-us” to “de”.
Hopeful I started the App but an Exception welcomed me. There were several of them.
A first chance exception of type 'Windows.UI.Xaml.Markup.XamlParseException' occurred in GerichteApp.Windows.exe
WinRT information: E_UNKNOWN_ERROR [Line: 62 Position: 51]
Additional information: The text associated with this error code could not be found.
E_UNKNOWN_ERROR [Line: 62 Position: 51]
If there is a handler for this exception, the program may be safely continued.
|
Thus this option is not working for me. Maybe it’s not working with “de” as language code, but I don’t know.
Just wanted to share this, if someone has the same problem and can not figure out why these exceptions are happening.
Feel free to comment, if you know what’s the problem here :)
Posted
Aug 12 2014, 10:00 AM
by
Holger Vetter