Search code examples
windows-phone-8localizationglobalizationwindows-phone-8.1

change application display name in windows Phone Application using globalization and Localization?


I try to change my windows phone application display name using globalization and localization. I use 2 language for now. Is it possible to change display name in WMAppManifest.xml ?

I write my application name in Turkish, and I want application name is changing to English in phone's menu if phone is in English.

I'm programming Windows Phone 8.1 app.


Solution

  • This MSDN article is the first hit when you enter "localize application display name on windows phone" on Google. You have all the information you need there.