如何改变文化?
抱歉我的英语很差...
我正在使用asp.net control toolkit在asp.net mvc上做一个日历,它工作得很好!但它是英文格式的日期。我如何更改为 pt-BR 文化?我阅读了很多网站,但无法在我的项目中实施。
任何人都可以添加一个链接来向我展示有关文化的有效实施吗?
为什么在 webconfig 文件中 system.web 标记之间放置
不起作用?
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单的选择是更改浏览器语言;因为它应该将其作为本地文化来使用(在 Internet Explorer 中,这是:工具 > Internet 选项 > 外观下方有语言)
或者看看这样做:
强制您的应用程序返回这种文化。
Easy option would be to change you browsers language; as it should then pick up this as the native culture to use (in internet explorer this is: tools > internet options > below appearance there is language)
Alternatively look at doing:
To force your application to return in this culture.