Top "Globalization" questions

The process of making an application suitable for use for a world-wide audience, regardless of culture.

Why do I get, "Culture is not supported" and What, if Anything, Should I Do about it?

I have a breakpoint on the "return" line here: [HttpGet] [Route("api/Test/{id1}/{id2}")] public NRBQEntity GetTestMessage(String id1, …

c# asp.net-web-api globalization cultureinfo culture
How to check exists culture in .NET

I have this code, when I try to get not existed culture I get exception. Is there exists method like …

c# .net globalization
ToString("0") versus ToString(CultureInfo.InvariantCulture)

I would like to make sure that certain numbers in my application are printed without any separators, groupings etc. no …

.net globalization cultureinfo
The field must be a number

I have this field: public decimal Price { get; set; } in Database it is decimal (7,2). View: @Html.EditorFor(model => model.…

c# jquery datetime decimal globalization
ASP.NET MVC: When to set Thread.CurrentThread.CurrentUICulture?

I am just beginning to localize an ASP.NET MVC application. Most of the strings will be defined in resource …

asp.net-mvc localization globalization
How to set culture for date binding in Asp.Net Core?

I have an Asp.Net Core application with MVC. I'm submitting a form with a date on the form. Form …

c# asp.net-mvc data-binding asp.net-core globalization
Can You Determine Timezone from Request Variables?

Is there a way to do your timezone offsets on the server side, by reading something in the request over …

asp.net datetime .net-3.5 timezone globalization
Translate custom attributes with i18next (placeholder, value)

I am investigating what is possible with i18next localization library. Right now I have the following code (full Fiddle …

javascript localization globalization i18next
How to get country name

I used the code below to get the list of culture type, is there a way on how to get …

c#-4.0 globalization cultureinfo country
Thread.CurrentThread.CurrentUICulture not working consistently

I've been working on a pet project on the weekends to learn more about C# and have encountered an odd …

c# .net multithreading globalization currentuiculture