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.
I need to localize some data in application manifest (like name, description, splashscreen images
Share
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.