Reputation: 5588
I need to localize some data in application manifest (like name, description, splashscreen images etc.) According to documentation these data can be provided as resources but I don't know how to do this.
Upvotes: 3
Views: 2300
Reputation: 54782
Note: Before you do all that, you should register the app name in the Windows Store Dashboard.
Upvotes: 5
Reputation: 5225
In short, you follow a naming convention in your folder hierarchy. Here's a link that explains how to name properly. There is another helpful "how to" article here and two quickstarts to walk you through it in Javascript and XAML.
Specifically, look through the quickstarts (using the above links) for the step-by-step walkthrough. It is slightly different in JavaScript vs. XAML, but the overall steps are:
Let me know if the quickstarts don't help.
Upvotes: 3