Can I get uiculture of a page using server expression in aspx page defined in globalization
tag?
<%= Page.Uiculture %>
Can I get uiculture of a page using server expression in aspx page defined in globalization
tag?
<%= Page.Uiculture %>
Well I pound out way to do it.. If you have any pls post.
alert('<%= System.Globalization.CultureInfo.CurrentUICulture %>');
Yes , you can get by this way
<% = Page.UICulture %>
<% = System.Globalization.CultureInfo.CurrentUICulture %>
both works fine.