Welcome ! HomeHostStore Home
Support Center Home
Reference Center
• FAQ's
• User Guides
• Tutorials
• Downloads
• Web Glossary
• Useful Links
Support Tickets
• Create New Ticket
• Existing Ticket Status
• Control Panel Login
• Announcements
• Server Status
• Acceptable Use Policy
• Privacy Policy
FAQ's
Here you will find answers for the most frequently asked questions

Search FAQ's: in
How do I get my ASP.net application to display non-English language?
Answers:
ASP.net allows the developer to encode the page using character sets other than unicode. If your ASP.net page containing foreign characters does not render properly when served from our webservers, you may need to change the FileEncoding setting in the web.config file.
 <configuration>  <system.web>  <globalization  fileEncoding="<code page>"  requestEncoding="<code page>"  responseEncoding="<code page>"  culture="en-US"  uiCulture="de-DE"  />  </system.web> </configuration>
For more information on code page, please review these articles: http://www.microsoft.com/globaldev/getWR/steps/wrg_codepage.mspx http://www.microsoft.com/typography/unicode/cscp.htm

Link this story to your website:

Copy the above code and paste it into your webpage, blog or forum

Comments On How do I get my ASP.net application to display non-English language?

Be the first one to comment on this Subject

Your Comment
Your Name
Your Email

Your Email will not be shown with your comment

Secret Number
77131

Please type the numbers shown above into the Secret Number box.

Copyright © 2002-2011 hostsore.net All Rights Reserved
All Graphic & Image Rights Reserved by Their Respective Company