简体   繁体   中英

How to localize files in Windows Phone 8

We add key/value pairs in AppResources for each language then easily use it in binding. But I have a long list of names of countries in a separate XML file for each language written in its own script.

Now, how can I use for french the french XML file and for english the english one?

(Answer to the coming question: "what have you tried or where is your code?", infact I'm at the beginning so no code, but I searched but didn't find any result, personally, sorry!)

First, why not just convert that XML file to a rex file and then use the standard localization APIs?

Failing that, you could add a localizable string to your application that is the file path to the XML file. That way, you use the standard ResourceManager to get the path and then handle it using your custom parsing.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM