Top "Globalization" questions

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

Detect decimal separator

I have to detect decimal separator in current windows setting. Im using visual studio 2010, windows form. In particular, if DecimalSeparator …

c# globalization
What is the Invariant Culture?

Could anybody give an example to demonstrate the usage of the Invariant Culture? I don't understand what the documentation describes.

.net globalization
How to configure invariant culture in ASP.NET globalization?

I need to fix CurrentCulture as the invariant culture in an ASP.NET application. How can I do this? <…

asp.net web-config globalization
What is the difference between CurrentCulture and CurrentUICulture properties of CultureInfo in .NET?

In .NET there is the CultureInfo class in the System.Globalization namespace. It has two similar properties both returning values …

.net globalization cultureinfo
How to localize ASP.NET MVC application?

What would be best practice to localize your ASP.NET MVC application? I would like to cover two situations: one …

asp.net-mvc localization globalization
Converting country codes in .NET

In .NET is there any way to convert from three letter country codes (defined in ISO 3166-1 alpha-3) to two …

c# .net locale globalization iso
Formatting Numbers as Strings with Commas in place of Decimals

I have the following number: 4.3 I'd like to display this number as 4,3 for some of our European friends. I was …

c# .net formatting globalization numbers
Proper way to change language at runtime

What is the proper way to change Form language at runtime? Setting all controls manually using recursion like this Save …

c# winforms localization globalization
MVC 3 jQuery Validation/globalizing of number/decimal field

When using globalization culture="da-DK" in the Web.config file, the jQuery validation does not work. In Denmark, we use …

jquery validation asp.net-mvc-3 globalization culture
How can I change the CurrentCulture of the entire process (not just current thread) in .Net?

I have a situation where I need to set my process' locale to en-US. I know how to do this …

c# .net localization globalization