Trisped
Trisped

Reputation: 6007

What is the correct way to set the short name for a multi-language app?

I have a Windows Store App which will be released in multiple languages.
In Package.appxmanifest under Visual Assets with "Tile Images and Logos" selected from the tree on the left there is an option Short name: where I can put in the text which appears on the start menu icon.

Package.appxmanifest showing the "Short name:" field

What is the correct way to relate this to the language resource files so the name will be correct for the language of the user?

Upvotes: 0

Views: 150

Answers (1)

Use the form ms-resource: where is the name of the string in your resources. This is documented in "How to load string resources" here: HTML | XAML.

Upvotes: 1

Related Questions