culture info
-
Hi, I want to convert the string which is in english to some other language like danish, italy... Thanks Warm Regards Prakash-B
-
Hi, I want to convert the string which is in english to some other language like danish, italy... Thanks Warm Regards Prakash-B
You cannot convert the string in other languages. You just can change the format of the text including its indention. If you want to change the text, you have to store the text indifferent languages in some external file which may be a resource file and then read the text based on the current culture of the system. Akif
-
Hi, I want to convert the string which is in english to some other language like danish, italy... Thanks Warm Regards Prakash-B
PrakashBhaskar wrote:
I want to convert the string which is in english to some other language like danish, italy
Then you need to hire a translator, or get a friend who can speak those languages to help. CultureInfo knows nothing about these languages except that they exists. It is used to select the correct language resource, however, a human still has to define what the resources are for each language in which they are to be available. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell
-
PrakashBhaskar wrote:
I want to convert the string which is in english to some other language like danish, italy
Then you need to hire a translator, or get a friend who can speak those languages to help. CultureInfo knows nothing about these languages except that they exists. It is used to select the correct language resource, however, a human still has to define what the resources are for each language in which they are to be available. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell
Hi, Thanks for your information. Thanks Warm Regards Prakash-B