通过 JQuery 获取 Culture 和 UICulture
我想知道是否可以从 Javascript 中获取客户端的 Culture 和 UICulture。
谢谢
I am wondring if it is possible to get Culture and UICulture of the client form Javascript.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有办法直接使用 Jquery 来做到这一点,但是如果您使用 .NET 框架,您可以在公共属性中设置 Culture 和 UICulture 并从 Jquery 读取它们。
在你的 CS 文件中:
以及 HTML:
There is No Way to do That directly by using Jquery, however if you are using .NET framework you can set Culture and UICulture in public properties and read them from Jquery.
in your CS file:
And from HTML: