Set Culture

S

simon

I would like to set the culture for my application to English.
I should change machine.config

How, does anybody know?

Thank you,
Simon
 
G

Guest

Hi..

You can configure application specific culture in web.config too..below
sample could help you. Also you can make a certain page culture specific by
adding
<%@ Page language="c#" Culture="en-US"%> on page directive..

For web.config file add <globalization>
<configuration>
<system.web>
<globalization
requestencoding="utf-8"
responseencoding=" utf-8"
fileencoding=" utf-8"
culture="en-US"
uiculture="en" />
</system.web>
</configuration>

HTH

With Best Regards
Naveen K S
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top