miguelarcilla
miguelarcilla

Reputation: 1456

Windows Phone 8: Localizing the Tile's display name using AppResources.resx

Is it possible to bind the Tile's display name to a string in the AppResources.resx file? I'd like to be able to localize the tile title based on the phone's language.

This is the interface to change the Tile title in Visual Studio 2012: enter image description here

Upvotes: 0

Views: 928

Answers (1)

Fabrice
Fabrice

Reputation: 931

Here is a MSDN topic about localizing tile:

http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff967550(v=vs.105).aspx

Upvotes: 1

Related Questions