Friday, July 15, 2011

Set default Culture in web.config file

<configuration>
<system.web>

<globalization

    culture="en-US"

    uiCulture="en-US/>
</system.web>

</configuration>

No comments:

Post a Comment