B
B
I am creating an application which has about 22 languages to be supported,
with further languages to be added in the future.
I have read through the Localization guide on MSDN:-
http://msdn.microsoft.com/en-us/library/1k15k55d.aspx
The area that is my main concern is the management of the User Interface
strings.
I want to be able to easily allow interpreters to receive any translation
that exist in the code. I had though of creating say a spreadsheet of all
translations for all languages. Then from this somehow create the resource
files. I am not sure if this is feasible or practible. Any suggestion from
people who have managed this activity would be appreciated.
As this is an embedded device, I want to ensure that all the languages are
stored in Flash/EEPROM and only the active language is loaded into RAM. Can
anyone give details on how to implement this.
There will be a need to change the languages during runtime from an menu
selection by the user. This would mean reading the languages from
Flash/EEPROM and updating the current display to reflect this language
update. As there any examples of how this can be achived?
Any advice or pointers to websites or further information would be really
appreciated.
TIA,BEN
with further languages to be added in the future.
I have read through the Localization guide on MSDN:-
http://msdn.microsoft.com/en-us/library/1k15k55d.aspx
The area that is my main concern is the management of the User Interface
strings.
I want to be able to easily allow interpreters to receive any translation
that exist in the code. I had though of creating say a spreadsheet of all
translations for all languages. Then from this somehow create the resource
files. I am not sure if this is feasible or practible. Any suggestion from
people who have managed this activity would be appreciated.
As this is an embedded device, I want to ensure that all the languages are
stored in Flash/EEPROM and only the active language is loaded into RAM. Can
anyone give details on how to implement this.
There will be a need to change the languages during runtime from an menu
selection by the user. This would mean reading the languages from
Flash/EEPROM and updating the current display to reflect this language
update. As there any examples of how this can be achived?
Any advice or pointers to websites or further information would be really
appreciated.
TIA,BEN