cultureinfo
Can CultureInfo.CurrentCulture differ per application pool?
I\'m having trouble with CultureInfo in our ASP.NET web application. Our web application returns a different culture, depending on which application pool it is in.[详细]
2023-01-03 04:58 分类:问答CultureInfo.DisplayName going Sami on me
Why is CultureInfo.DisplayName in Sami all of a sudden? I use it to display a list of country names. Not a good idea perhaps but it worked until recently and I\'m quite sure it was in Swedish (I guess[详细]
2023-01-02 04:44 分类:问答Missing Countries & locations from CultureInfo when trying to
I need to localize an application and have noticed that several countries don\'t appear in the list of county codes associated to cultureInfo.[详细]
2023-01-01 19:35 分类:问答Globalization for GetSystemTimeZones() [duplicate]
This question already has answers here: Getting system Timezones in different languages (4 answers) Closed 6 years ago.[详细]
2023-01-01 01:51 分类:问答how to change culture date format in c#?
how to change culture date format开发者_Go百科 in c#Are you asking for this? Formatting Date and Time for a Specific CultureIf you need to you can change the culture for the current thread so you don[详细]
2022-12-31 07:17 分类:问答case insenstive string replace that correctly works with ligatures like "ß" <=> "ss"
I have build a litte asp.net form that searches for something and displays the results. I want to highlight the search string within the search results. Example:[详细]
2022-12-30 12:53 分类:问答int.Parse of "8" fails. int.Parse always requires CultureInfo.InvariantCulture?
We develop an established software which works fine on all known computers except one. The problem is to parse strings that begin with \"8\". It seems like \"8\" in the beginning of a string is a rese[详细]
2022-12-28 20:22 分类:问答Change CulturalInfo after button click
i have multilingual asp.net site. there is a masterpage and default.aspx. I put two buttons in masterpage - one to click when i want to change the language to english, second for polish. Of course, I[详细]
2022-12-25 19:35 分类:问答Creating a NumberFormat for an existing .NET CultureInfo in ASP.NET application
I want to format my numbers throughout the application in a consistent way, no matter what culture is chosen. In fact, it\'s \"non-standard\" even for the basic culture that we\'re using.[详细]
2022-12-24 06:49 分类:问答How to get DayNames from language only in .NET
Assume that I only have a country code (en, de, fr) and I need to display the weekdays in this language.[详细]
2022-12-23 17:03 分类:问答