I uploaded multilingual app to Windows Phone Store, I reserve three names for it (one for each languages).
I localized app content and app name (for localized names I used this tutorial msdn.microsoft.com/library/windows/apps/ff967550%28v=vs.105%29.aspx) and it works good.
Now, when I looking for my app in Store, I always find it with one name (name for default language). In some apps, name displayed in Store is depend to phone language (other for en, other for it, ...), and I need to do this.
I find few manuals like these: http://msdn.microsoft.com/pl-pl/library/hh454044.aspx http://www.win8tutorial.net/resources/localization/ but when I set Display Name in manifest file (WMAppManifest.xml) to: ms-resource:AppName, on apps list I always get an app named ms-resource:AppName.
Does anyone tried localized app name in Windows Store, if so please for help.
Thank for all!