Top "Globalization" questions

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

No service for type 'Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer' has been registered

I try with ASP.Core to have a multilanguages website. So, I have in my StartUp.cs: public void ConfigureServices(…

asp.net asp.net-mvc-4 localization asp.net-core globalization
Make URL language-specific (via routes)

Its hard to find an answer to this specific question, so ill pop it up here: We want to build …

asp.net-mvc localization asp.net-mvc-routing globalization
List of all available languages for Windows .NET framework

I've been searching for the answer over the net, but I don't seem to be able to find a comprehensive …

c# .net localization locale globalization
What is the "best" way to store international addresses in a database?

What is the "best" way to store international addresses in a database? Answer in the form of a schema and …

database internationalization globalization street-address
Locale during unit test on Android

I have some code I want to test. I want to check if a String is properly composed out of …

android unit-testing globalization
Constants for CultureInfo Name

Is there a set of constants or an enumeration in C# system/globalization namespace which contains valid culture names? I …

c# .net globalization
What cultures are supported by the CultureInfo class in .NET 3.5?

I need a list of cultures that are supported by .NET 3.5, regardless of the OS used. This seems to be …

.net .net-3.5 localization globalization cultureinfo
Multiple Languages(English, French) on ASP.NET Page

I was just wondering what is the best way to handle multiple languages on a web page? Should I create …

asp.net localization internationalization globalization
CompareValidator for "dd/mm/yyyy" format

I am enhancing our existing web application that will be used on EMEA where I need to change the date …

c# asp.net date globalization requiredfieldvalidator
Set uiCulture automatically based on browser accept language

How I can set the culture of the ui automatically based on the users'browser? All I found about this is …

asp.net-mvc globalization