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)

Parse DateTime in c# from strange format

if i have a datetime string in a weird format, such as YYYY##MM##DD HH**M**SS, how can …

c# datetime parsing format culture
Get CultureInfo object from country name or RegionInfo object

Given a specific country code, e.g. "CH", how can I get a CultureInfo object? The specific country code is …

c# asp.net culture region
Is it possible to set the CultureInfo for an .NET application or just a thread?

I've an application written in C# which has no GUI or UI, but instead writes files that are parsed by …

c# culture cultureinfo number-formatting
Is CultureInfo.CurrentCulture really necessary in String.Format()?

How do you think is really necessary to provide IFormatProvider in method String.Format(string, object) ? Is it better to …

c# .net culture string.format
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
C# float.tryparse for French Culture

I have a user input which can contain float values ranging from : 3.06 OR 3,06 The culture we are in is French …

c# culture
Double.Parse - Internationalization problem

This is driving me crazy. I have the following string in a ASP.NET 2.0 WebForm Page string s = "0.009"; Simple enough. …

c# string double culture cultureinfo
Can you get culture info string in javascript just like in .NET?

I need to get culture string from browser's language. I thought about getting it from javascript like this: var userLang = …

c# javascript asp.net cultureinfo culture
Globalize.js - how to parse date and time rather than just date

Globalize.js allows you to parse a date string based on the current culture applied var date = Globalize.parseDate("17/07/2013"); //Wed …

javascript datetime culture javascript-globalize
How to add literal strings in a DateTime format?

Is it possible to add the word "at" between a Date and Time format? I tried to add it just …

c# datetime format culture