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.

 All Forums
 Development Tools
 ASP.NET
 display the translation of russian, arabic, chine

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....etc

How 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

Posted - 2007-01-08 : 11:56:33
look into localization in asp.net 2.0
Here's a nice article in MSDN Magazine.
http://msdn.microsoft.com/msdnmag/issues/06/08/BasicInstincts/



Go with the flow & have fun! Else fight the flow
blog thingie: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

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 VS2005
thanks
Go to Top of Page

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
Go to Top of Page

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 enable
Thank you
Go to Top of Page
   

- Advertisement -