PDA

View Full Version : Internationalization: Resource Server


aapatel
01-14-2004, 11:10 AM
Hello,
I have not located the equivalent of a Resource Server that would help with managing the user interface based on locale.
For example, all the labels would need to be updated dependent on the locale and language. Are there any utility classes/packages and if so, are there any sample components/canvases using such a framework?

ankur

antun
01-14-2004, 11:16 AM
There aren't any ready-made classes that accomplish this, but it's not difficult to this by hand at all. For example, a combobox can be data driven. You could have one dataset for English and one for Spanish. Then you could call setDatapath() based on the chosen language.

I belive this has been done before.

-Antun