Browse Search  
Home :ASP.NET :

How do I get my ASP.net application to display non-English language
Category : ASP.NET
 
 

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.

<globalization requestEncoding=""
       responseEncoding="
"
       culture="en-US"
       uiCulture="de-DE"/>
 
For more information on code page, please review these articles

For more information on Internationalization, please review the related links below.

 
 
This article has been viewed 744 times.



ASPWebHosting.com.au Copyright © 2004-2005 | All Rights Reserved |

All trademarks are property of their legal owners.