Internationalization
by Kenneth Richards - Wednesday, December 17, 2003
High / App. Framework
Finish adding code to the navigation, form labels and menu items to allow us to do foreign language translations for the application. Outline the steps (different phases) of translating the text on the site.
How exactly will the internationalization be done? Correct me if I am wrong but the English terms to be translated are embedded in the code, right? In order to internationalize do these terms have to be replaced by their translations by hand? or will there be some script that does that automatically or a metafile that only contains the terms up for translation? thx!