开发者

Affect CultureInfo for all application

Is there any way to set CultureInfo in all application to ensure开发者_JAVA百科 that the decimal separator is not changed. (MVC Application)


To set the culture for your application, you set the globalization element in the web.config. eg

<system.web>    
<globalization culture="en-AU"/>
....
</system.web>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜