开发者

Affect CultureInfo for all application

开发者 https://www.devze.com 2023-03-07 21:00 出处:网络
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 globali

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

精彩评论

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