Internationalization of scripts
I would like to use scripting to extend my applications, but my applications ship in over 10 different languages (English, Chinese, French, etc.), and my scripts contain user facing strings.
For my main Delphi generated EXE, I simply expose all my strings via resourcestrings, and then translate with Multilizer. What is a good practice for doing something similar in scripts? Should I create some kind of look-up table in a file that I can email to our translators? If so, what kind of file is going to support all languages?
Anyone have experience with this? Got any tips?
Thanks,
Carl.
For my main Delphi generated EXE, I simply expose all my strings via resourcestrings, and then translate with Multilizer. What is a good practice for doing something similar in scripts? Should I create some kind of look-up table in a file that I can email to our translators? If so, what kind of file is going to support all languages?
Anyone have experience with this? Got any tips?
Thanks,
Carl.