#104236 - sgeos - Wed Sep 27, 2006 10:31 am
If you want localize your project now or in the future, you need isolate all of your text strings and put them in one place. The logical place is in a spreadsheet, because translators can easily work with spreadsheets. In theory spreadsheets can also hold more than language (provided a universal encoding).
Given a spreadsheet with string names and strings:
I'd like to create a general solution that:
A) Retrieves the data from the spreadsheet
B) Inserts strings into a project based on a language setting
Please post here or send me a private message if you would like to help. I'm using open office.
-Brendan
Given a spreadsheet with string names and strings:
Code: |
TXT_LANG en fr ja
TXT_CHARSET iso-8859-1 ... ... TXT_MENU Menu ... ... TXT_M_MANUAL Online Help ... ... |
I'd like to create a general solution that:
A) Retrieves the data from the spreadsheet
B) Inserts strings into a project based on a language setting
Please post here or send me a private message if you would like to help. I'm using open office.
-Brendan