Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rtutus
Aged Yak Warrior
522 Posts |
Posted - 2007-01-08 : 11:36:16
|
like i want the word arabic translated into arabic and displayed in arabic language. The same thing for russian, chinese....etcHow does that work?Pb:i wanna display the translation of few languages on the browser (russian, chinese...)Should I just find those languages spelling some where and copy-paste them in my VS2005 editor or should I use the Ascii code or what exactly?and where would i be able to find those translations?Thanks for reffering me to right documentation or giving me the right procedure.Thanks a lot. |
|
spirit1
Cybernetic Yak Master
11752 Posts |
|
rtutus
Aged Yak Warrior
522 Posts |
Posted - 2007-01-08 : 13:01:33
|
my concern, amigo, is not the principle of localization globalization but mostly for where i can find the characters and translation and how ll I paste that in the string variable in VS2005thanks |
 |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2007-01-08 : 13:25:13
|
well for translations you'll have to find someone to translate you that.you can save the text in a unicode resource file and then you just have to get the string from that file with proper culture information.I'm sure there are sample on the google because i haven't got any that are handy.Go with the flow & have fun! Else fight the flow blog thingie: http://weblogs.sqlteam.com/mladenp |
 |
|
rtutus
Aged Yak Warrior
522 Posts |
Posted - 2007-01-08 : 14:56:10
|
how about support for other caracters: chinese, arabic, hebrew, ...is that automatic in .net framework and iis servers or any thing that io need to enableThank you |
 |
|
|
|
|