cultureinfo
How do i get user Culture in a HtmlHelper extension for MVC 3 .NET Application?
I\'m creating a new HtmlHelper exte开发者_开发技巧nsion for my MVC 3 Application. I need to get the Culture Info of the user viewing the page inside my new helper.[详细]
2023-04-12 00:29 分类:问答Switching language (cultureinfo/globalization) does not affect ToolStripMenuItems
I have a Windows Forms application project, and on the main form I have a menu strip. Some place in this menu strip it is possible to select various languages. For example if the user selects \"Englis[详细]
2023-04-11 04:21 分类:问答Trouble parsing string date in us with the Datetime.TryParse
I\'m trying to put a variable, stored in a string format in a dateTime variable. System.Globalization.CultureInfo culture = new System.Globalization.CultureInfo(\"en-US\");[详细]
2023-04-09 07:59 分类:问答CultureInfo for Latin language
I develop an app for working with multi-language resources. In database, when I need colomn with language identifier, I use language LCID开发者_如何学JAVA.[详细]
2023-04-07 16:22 分类:问答How can i detect multiLanguages in string?
I have a string in c# How can i detect if this string contains Chars from Different Languages ? i.e : a person fills his english name in text box and also his local language name.[详细]
2023-04-07 10:34 分类:问答Replace German characters (umlauts, accents) with english equivalents
Replace German characters (umlauts, accents) with english equivalents I need to remove any german specific characters from various fields of text for processing into another system which wont accept[详细]
2023-04-06 08:53 分类:问答.NET (3.5) formats times using dots instead of colons as TimeSeparator for it-IT culture?
According to Wikipedia (and confirmed in an answer by Dario Solera), in Italy they format times using colons:[详细]
2023-04-06 04:10 分类:问答Setting Culture (en-IN) globally in WPF application
I have an application, which is based for India, and I\'m setting Culture as: Thread.CurrentThread.CurrentUICulture = new CultureInfo(\"en-IN\");[详细]
2023-04-05 18:01 分类:问答Is it possible to set a mask for MaskedEditExtender for the date format MMM-yyyy that would work in any culture?
The 开发者_运维知识库problem I\'m having, as the title says, is that I need to use the short month name format with the year for Dates being validated by a MaskedEditExtender from the AjaxControlToolk[详细]
2023-04-05 13:26 分类:问答How to use Windows' Customized Region and Language settings in WPF
I am working in Namibia. Namibia is not an option on the Windows Region and Language settings, but share most cultural specifics with South Africa, so we select English South Africa and then customize[详细]
2023-04-03 05:57 分类:问答