Represents information about a specific culture including the names of the culture, the writing system, and the calendar used, as well as access to culture-specific objects that provide information for common operations, such as formatting dates and sorting strings.
Replace German characters (umlauts, accents) with english equivalents I need to remove any german specific characters from various fields of …
c# .net cultureinfoI am developing a multilingual program in C# on Windows How to change Windows writing language on certain actions... e.…
c# .net windows multilingual cultureinfoI am working on a C# application. I want to change number decimal figure with comma(,) where i have dot(.) …
c# .net regex cultureinfo decimal-pointI've an application written in C# which has no GUI or UI, but instead writes files that are parsed by …
c# culture cultureinfo number-formattingThis is probably a simple question, and I'm sure there's a way to do it with string.format(), NumberFormatInfo, CultureInfo …
c# string-formatting cultureinfo number-formattingi have a list of email addresses of people that have different nationalities (for each person i have the iso …
c# datetime tostring cultureinfoI 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 cultureMy application is setted with pt-BR culture (Date is dd-mm-yyyy) in web.config: <globalization enableClientBasedCulture="false" requestEncoding="utf-8" responseEncoding="…
asp.net-mvc-3 cultureinfoI would like to make sure that certain numbers in my application are printed without any separators, groupings etc. no …
.net globalization cultureinfoI'm reading encrypted credentials/connection strings from a config file. Resharper tells me, "String.IndexOf(string) is culture-specific here" on …
c# resharper configuration-files cultureinfo string-comparison