Top "Globalization" questions

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

app.config globalization

web.config allow a globalization tag: This setting will set the globalization for the entire ASP.NET application. Does this …

.net visual-studio globalization application-settings
How to set collation for a connection in SQL Server?

How can i set the collation SQL Server will use for the duration of that connection? Not until i connect …

sql-server sql-server-2005 locale globalization collation
ASP.NET - MVC 3: Localization

I am about to implement localization for my MVC3 web application. Googling my way through large amounts of ways to …

asp.net-mvc-3 localization internationalization globalization
Localization in ASP.Net core MVC not working - unable to locate resource file

In trying to localize my application, I've followed the steps here: https://docs.asp.net/en/latest/fundamentals/localization.html …

c# asp.net-core asp.net-core-mvc globalization
Globalization in ASP.Net MVC 3

I am trying to achieve globalization/localization in my MVC 3 application. I don't want different Views for each language. Please …

asp.net-mvc-3 globalization
.resx vs database vs custom solution for providing Localization/Globalization

At my office, we have had a long-standing debate about Localization/Globalization and how to handle it. One side pushes …

asp.net localization globalization resx
Difference between CultureInfo.CreateSpecificCulture() and the constructor of the class?

The class CultureInfo provides two way of creation: via a factory method CreateSpecificCulture(string). via a constructor with a string …

c# .net-3.5 globalization cultureinfo
Resourcemanager is returning same resource, although CultureInfo is specified

A very simple thing, and I can't get it to work. I want to globalise my dll thus I'm using …

c# dll globalization embedded-resource resourcemanager
Javascript Date Localization

I'm working with an ASP.NET app with localization and globalization. I'm having some difficulty understanding how to get the …

asp.net javascript jquery localization globalization
How to use NumberFormatInfo to remove parenthesis for negative values

We're currently using the following for creating US dollar values in our web application: string.Format("{0:C0}", dollarValue ); In this …

c# .net globalization iformatprovider