Questions tagged [uiculture]

The UICulture is a property used to determine the localized resource file from which page resources are loaded. The UICulture is not to be confused with the Culture property which affects the results of functions such as date, number, and currency formatting. This property is mainly used within ASP.NET based web applications but similar features exist in other languages.

Wisdom from the Stack

Useful links

49 questions
0
votes
1 answer

Store the UICulture of Application in Isolate Storage in Silverlight

I have a Silverlight application. I want to store the last culture information used by the user. By default , the culture information is derived from the OS. Now if the user changes the culture in his/her login, when the next he/she logins, they…
BAPSDude
  • 331
  • 1
  • 4
  • 16
0
votes
1 answer

change profile language

Web.config Default.aspx.cs protected void Page_Load(object sender, EventArgs e) { Profile.Language = "fr"; string strCultur =…
Will_G
  • 269
  • 2
  • 5
  • 18
0
votes
1 answer

mvc load view on culture

I don't seem to be able to find much on this. Is there a way I can have different views per culture? Is there something built in mvc3 for this? Is there anything out there about this? I don't want to use res files for whole pages, only for…
Chris
  • 261
  • 1
  • 4
  • 13
-1
votes
1 answer

How to identify whether ListSeparator is modified or not?

I'm having WF application and trying to serialize/deserialize its data based on different cases (like in CurrentCulture and InvariantCulture). I'm facing problem when change the CurrentCulture.TextInfo.ListSeparator before serialization /…
Prithiv
  • 504
  • 5
  • 20
1 2 3
4