pls help me with Globalization
-
Converting a string displayed in one language to other language ----------------------------------------------------------------- Whatever string which I provide in one language should be converted and displayed in other language which I specify. I am aware of System.globalization and System.Resources and the classes CultureInfo[CurrentCulture and CurrentUIculture] and ResourceManager. I was able to display the dateformats etc as per the change in culture, but I couldn't convert a string in one language to another. In net also I couldn't find any application which do the convertion of string. I would like to have the source code for current requirement which I have mentioned. If you can do this thing without using satellite assemblies then it would have been helpful.
-
Converting a string displayed in one language to other language ----------------------------------------------------------------- Whatever string which I provide in one language should be converted and displayed in other language which I specify. I am aware of System.globalization and System.Resources and the classes CultureInfo[CurrentCulture and CurrentUIculture] and ResourceManager. I was able to display the dateformats etc as per the change in culture, but I couldn't convert a string in one language to another. In net also I couldn't find any application which do the convertion of string. I would like to have the source code for current requirement which I have mentioned. If you can do this thing without using satellite assemblies then it would have been helpful.
er? are u saying that NET will interpret ur string in language A to a string in language B? There is no such class that can do that, and as a matter of fact there is probably no commercial software that can actually do that without numerous errors. What u can do is localize ur application in as many languages as u want, but you will have to specify all the strings in the different languages yourself, and the app will display the correct language based on the current culture info the app is running in. Check out info about Localizing in MSDSN: Localizing Applications[^]