Hi,
Currently we are working on the Windows 8/8.1 app in that we are supporting about 10 language.So we are putting text res in Resources.resw file under Strings folder (e.g. 'Strings/en-US/Resources.resw' , 'Strings/de-DE/Resources.resw' so on..)
But whenever we are adding any resources of Turkish language (Strings/tr-TR/Resources.resw) and launching the app after setting the system language Turkish then the app is started to crashing every time.When we remove that tr-TR folder then
it is working fine and taking default English language.
I don't why it happening and we can't drop the language because of this silly reason.Please help us on this. We have a submission closing in and would like to know how it can be resolved or any workarounds
or alternatives to do that.