Phil,
Thank you. This appraoch will help to handle the text only.
What about the numbers, date,currentcy etc.
What other things to be considered while localization?
Are there any tools to find out all the strings in the application and to
translate to a specified language?
Thanks & Regards,
Rama
> How about using a resource file using stringtables, one per language?
>
[quoted text clipped - 18 lines]
>> Thanks & Regards,
>> Rama
Ralph - 28 Mar 2005 16:29 GMT
>-----Original Message-----
>Phil,
[quoted text clipped - 29 lines]
>>> Thanks & Regards,
>>> Rama
A good place to start.
http://www.i18ngurus.com/
http://www.i18ngurus.com/docs/985072550.html
IMHO: The first step is to religiously separate the front-
end (presentation) from the backend.
Design the data store and stick with it. (ie, don't start
making 'exceptions' depending on locale.)
In most cases you will be better off designing separate
language-specific dialogs and forms for each language and
swapping them out than you will be trying to
build 'dynamic' forms that change shape, font, and size
on the 'fly'.
But that is only my opinion - your mileage may vary.
hth
-ralph