richiwatts
Technical User
I have a number of language files in xml. Each language has its own xml file. The onyl thing that is the same in each file is the name= tag
English.xml
<DEFAULTSTRING name="button_double">Double</DEFAULTSTRING>
Swedish.xml
<DEFAULTSTRING name="button_double">Dubbla</DEFAULTSTRING>
French.xml
<DEFAULTSTRING name="button_double">Doubler</DEFAULTSTRING>
The English was the original and has more strings than most of the langguage files. I need to create a dictionary in Excel so I just have 1 file with
name= > English > Swedish > French
button_double > Double > Dubbla > Doubler
Each file has about 100 strings and they are not in alphabetical order.
Can anyone think of a clever way to handle this?
Rich
English.xml
<DEFAULTSTRING name="button_double">Double</DEFAULTSTRING>
Swedish.xml
<DEFAULTSTRING name="button_double">Dubbla</DEFAULTSTRING>
French.xml
<DEFAULTSTRING name="button_double">Doubler</DEFAULTSTRING>
The English was the original and has more strings than most of the langguage files. I need to create a dictionary in Excel so I just have 1 file with
name= > English > Swedish > French
button_double > Double > Dubbla > Doubler
Each file has about 100 strings and they are not in alphabetical order.
Can anyone think of a clever way to handle this?
Rich