If you want to provide language support for you app but you don't want to use any of the localization techniques it seems to me like the only option is to program this feature into your application. So for strings initialize them accordingly before they are used.
I could be wrong, but I don't think you'll find an easier method to achieve the same results. Of course the complexity of this would be application specific and depend largely on how you went about implementing it. -- Tim Kostka http://www.nuprograms.com "Ritu Chawla" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I need some help on localization. > I am working on an application which will get dynamic data from the server. > I need to support the localization of the data received from the server? > > For exaple i.e. If i have a list with 10 elements, I will get the english > version of string from the server, which i need to convert to the language > specific version i.e. "Spanish ", "french" " german", "Simlified Chineese" > according to the current display language for my application. I will have > the Corresponding versions of the the strings for all the language. > > Is their any way to achieve this kind of functionality. > > > rgds, > Ritu > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
