Top "Culture" questions

Culture is the combination of language and peculiarities of geographical location (like en-UK, en-US, de-AT, de-DE, fr-BE)

CultureInfo For Swedish

I want to convert the datetime to Swedish Culture. DateTime.Today.ToString("dd MMMM yyyy"); Above line of code gives …

c# asp.net culture
C# Cultures: Localize DayOfWeek?

How do I localize a DayOfWeek other than today? The following works just fine for the current day: DateTime.Now.…

c# culture dayofweek
Disable Dll Culture Folders on Compile

I'm using 2 dlls (Microsoft.Expression.Interactions.dll and System.Windows.Interactivity.dll) that, when the parent application is compiled, create …

c# .net wpf culture
Formatting number in European format with two decimals

Trying to format a number to two decimals format in European culture. So that comma is decimal separator and space …

javascript formatting locale culture
creating custom CultureInfo for country, language combination

I am working on a .net 4.5 application that needs to be mult lingual supporting multi cultures etc. The following is …

c# .net cultureinfo culture currentuiculture
Async WebApi Thread.CurrentCulture

I have a self-hosted OWIN hosted Web API project providing some basic REST methods for me. I want to have …

c# multithreading asynchronous asp.net-web-api culture
C# double.TryParse with InvariantCulture returns unexpected result

I'm trying to unit test a getprice method using NUnit. I am stuck with parsing the rawprice into double. My …

c# .net parsing double culture
How do I detect the user's locale to get the correct csv separator?

I have a simple data conversion tool and one of the outputs it can produce is a csv file. This …

.net c++-cli locale culture
What is .NET assembly culture?

After searching on website I post this question. I am aware of the fact that by default assemblies are "culture …

.net-assembly culture satellite
how to force english keyboard in android EditText

I know how to force numbers, texts etc.. but is there a flag or IME options for me to force …

android keyboard culture