1
votes

my app supports both English and French. When I had just a Resource file for default language, English, I added some key/value pairs to the AppResources.resx file. then I added french language and a AppResources.fr.resx file appeared. So I just changed values of keys to french alternative.

Now I have added some new key/values to english, but I want it to automatically generate these keys in french file too so I change values again.

Is there a way to add new added keys to other resource files automatically?

3

3 Answers

0
votes

Personally I use App Multilingual Toolkit. It's from Microsoft and it's amazingly easy to use.

You can find it on MSDN: http://msdn.microsoft.com/en-us/library/windows/apps/jj569303.aspx

0
votes

I use RESX Synchronizer on my projects and it works perfectly well for synchronizing Resx files.

Here is the command that syncs your Neutral language Resx with the other ones:

resxsync ..\Resources.resx *
0
votes

The multilingual app toolkit that you can download here and can find a tutorial here can help you with synchronizing the different ResX. It has also some other features such as using bing to help you translate some of the string.