StellaIndigo
IS-IT--Management
Hi
I am writing an app this will be used in several countries and I want to provide the user with messages etc. in their native language.
I was looking at having an xml file with all my text for each supported language then when the app launches I load the text for the appriopriate language. i.e.
<language>EN</language>
<object>MainWindow</object>
<text>My message in English</text>
<language>DE</language>
<object>MainWindow</object>
<text>Meine... etc.
Anyone done this before or got any experience with this kind of internationalization? Good idea or not?
Regards
Stella
There are 10 types of people in the world. Those that understand binary and those that don't.
I am writing an app this will be used in several countries and I want to provide the user with messages etc. in their native language.
I was looking at having an xml file with all my text for each supported language then when the app launches I load the text for the appriopriate language. i.e.
<language>EN</language>
<object>MainWindow</object>
<text>My message in English</text>
<language>DE</language>
<object>MainWindow</object>
<text>Meine... etc.
Anyone done this before or got any experience with this kind of internationalization? Good idea or not?
Regards
Stella
There are 10 types of people in the world. Those that understand binary and those that don't.