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.
3
votes
1answer
33 views
Set culture for a WPF DateTimePicker validation
I use a DateTimePicker on a WPF application.
I would like to bind the .Text property to the SelectedDate, so I use binding like this:
<DatePicker x:Name="DateTimePicker_Date"
...
0
votes
1answer
35 views
Using a new cultureinfo currency in Visual Studio 2010 C#
Thanks for answering my previous question, but I have a new one: I am writing a program that output monetary values/data, I want to know how to make my program format my value in other currency not ...
0
votes
1answer
21 views
2 culture settings for same web application?
Is it possible to use fr-CA culture setting for dates (franch dates) and en-CA for numbers (period decimal separator) in ASP.NET Web.config?
Thank you
2
votes
2answers
48 views
Display a number with culture info but without formatting
I thought this was simple; the .Net Framework has so many functions for formatting a number exactly as you want, but still, I haven't been able to make this work.
The problem: display a number ...
1
vote
1answer
36 views
format number with 3 trailing decimal places, a decimal thousands separator, and commas after that
This is probably a simple question, and I'm sure there's a way to do it with string.format(), NumberFormatInfo, CultureInfo or some combination of them, but I need to display large numeric values with ...
0
votes
3answers
39 views
Converting any date format to a UK format
I have a form on which the user enters a date value using a KendoUI widget. This widget sets the date as per the local pc's culture settings. The problem is because in the dev environment the local pc ...
0
votes
3answers
54 views
How do you get WPF to enforce using a 24 hour time format in bindings
In an application, I am trying to use a 24 hour date format, but running into a problem where my bindings in xaml are still reverting to displaying a 12 hour format
Before the UI is shown, I update ...
1
vote
1answer
28 views
set datetime culture vb from database date record
I have a problem.
How can i set cultureinfo to date, when the date comes from database.
I have database, where is recorded date/time, when a request have arrived.
Now it displays it like this: ...
0
votes
1answer
63 views
How to get Client Local Date from TimeZone in asp.net?
I have my database server located in U.S. The user makes entry from INDIA the date must be stored of client and not the server. but, unfortunately the server date is stored in database. I am showing ...
0
votes
1answer
81 views
Set CultureInfo for new threads from .NET Windows Service
I need to set CultureInfo for a Windows Service, written in C# 4.0. Trouble is in OS locale - it differs from my service's culture.
Because I am using .NET 4.0 (in .NET 4.5 I may change default ...
2
votes
0answers
32 views
How to get all characters in a Culture?
I am developing on .NET 4.5, US English. I need to capture "normal printable" characters from Culture 1041 (Japanese) used for human readable communication into a string in code. If I as just building ...
0
votes
1answer
44 views
Globalisation : Change language directly in program
I have 3 ressource files : AppRessources.resx, AppRessources.fr.resx, AppRessources.nl.resx.
I add to my page a ListPicker (it's a combobox) that has 3 languages (English, French and Dutch).
When an ...
-1
votes
0answers
19 views
CultureInfo.CurrentCulture returns en-US for German locale
When I switched locale language from English to German, stopped in debug to see what CultureInfo.CurrentCulture returnes me, I saw that it was en-US. Even if I place ...
0
votes
1answer
40 views
Converting Current datetime to culture invariant
I need to set an expiry date for my application (I know that it can be simply hacked, but that really isn't an issue or worry given the people who will be using it. I just need to expire yearly). I ...
0
votes
0answers
37 views
Get the Language Code from Resource file that is in Separate .dll in Asp.Net
i have sample code which i used before for Resources to get the Languagename and Name from the resource automatically (but in the same .dll i.e inside the App_GlobalResource)
// want to change ...
2
votes
0answers
34 views
Instances of CultureInfo (from same culture) changing based on OS
I've a web site which writes a date like this:
CultureInfo cultureInfo = CultureInfo.GetCultures(CultureTypes.AllCultures).FirstOrDefault(c => string.Equals(c.TwoLetterISOLanguageName, ...
0
votes
1answer
45 views
System Culture in a SIlverlight Application
I can't figure out how to get the CultureInfo of the Installed System on the Client Machine.
There is the CultureInfo.InstalledUICulture Property, but it seems to be unavailable in Silverlight.
...
0
votes
2answers
107 views
How can I change default date time format from English to Farsi?
I want to change showing date time format from English to Farsi in backed Umbraco.
I apply this setting in web.config.But did not work.
(date picker(publish at & Remove at) in properties tab)
...
0
votes
2answers
53 views
How to validate DateFormat of specific culture without Time part
I need to validate user input on all culture dates using TryParse() or TryParseExact() method.
DateTime.TryParse(args.Value, new CultureInfo("nl-NL", false), DateTimeStyles.None, out date)
This ...
0
votes
1answer
35 views
format currency in specific way for only one culture
I am working on a multi lingual application that shows product prices in different currencies. I use the .net library to format currencies based upon culture eg.
CultureInfo current = ...
0
votes
1answer
44 views
.NET force windows application to display only english numbers
I am building a culture specific .net windows application and recently i faced a problem with the number shape which is changing according to the OS culture. I want to just use the English shape for ...
1
vote
4answers
69 views
Culture info names
I am changing the application culture based on the selected currency.
eg.
_culture = new CultureInfo("en-US");
_culture = new CultureInfo("fr-FR");
Is there any place where I can get all the ...
0
votes
1answer
60 views
How to get all Cultures to avoid CultureNotFoundException
Guys I'm developing an application that will run across multiple machines. I've recently introduced Cultures in it to support all currencies.
I have 2 main development PCs and I move code between ...
1
vote
2answers
50 views
Encode and decode a string to invariant culture
I have a hiddenfield in which i am storing storing the user input and code generated value in string format. Since the string may contain the hyperlink etc i used HTmlEncode before putting it into a ...
1
vote
0answers
25 views
Does DefaultModelBinder use information found in CultureInfo instance when binding to non-DateTime properties?
I'm trying to wrap my head around CultureInfo class.
Implementations of IValueProvider.GetValue must return an instance ValueProviderResult, where its constructor specifies CultureInfo as one of ...
0
votes
3answers
27 views
Issue with “invalid” DateTime string
I am having a problem with a DateTime string not being recognized. With our licensing program, you generate a key which has an expiration DateTime associated with it. However, some of our customers in ...
0
votes
0answers
17 views
Any way to get Culture from 3-letter Currency Code? [duplicate]
Is there any quick way of deriving the Culture for a given 3-digit Currency code ? For example, I want to get the Culture which has USD as its 3-Digit Currency Code .. ?
Note that I only provided USD ...
0
votes
1answer
32 views
How to do currency-based number validation?
I have a Winforms Application, in which I have a Combo Box, and a text box. Combo box has Currency symbols as follows:
USD
GBP
CAD
AUD
JPY
EUR
ISK
PLZ
TRL
etc ..
The user first selects one ...
0
votes
1answer
54 views
Any way to get Currency Names List and map them to Currency Symbols?
I have C# code which can generate a list like this, using Cultures (link):
AUD $
CAD $
EUR €
GBP £
JPY ¥
USD $
What I want is a list like this too:
Australian Dollar
Canadian Dollar
Euro
...
1
vote
3answers
59 views
ToString() default CultureInfo
I think I understand the CultureInfo usage.
If I do simple :
const int a = 5;
string b = a.ToString();
is it equal to :
const int a = 5;
string b = a.ToString(CultureInfo.InvariantCulture);
In ...
0
votes
1answer
36 views
Setting the CurrentUI in an ASPX project
I am building a Multi-Lingual site in webforms aspx project, and I am thinking of the best solution to do this.
I have some images on the MasterPage, and once clicked, I am calling a Jquery method, ...
0
votes
1answer
92 views
Get value from language specific resource file without changing the site language
I have several resource files, e.g.
default.aspx.resx, default.aspx.nl.resx, default.aspx.en.resx
Now when I'm on the Dutch domain the default.aspx.nl.resx is loaded.
But now I want to access the ...
0
votes
2answers
64 views
Detecting culture info from a string which has numeric value
Here is a List< string > lstA;
lstA may contains value(datatype string) like:
1st example
1
1.00
1000.01
1,002.98
.........
Or listA may contain value like: 2nd example
...
1
vote
0answers
30 views
Create custom culture without registering it
Is it possible to create a custom culture without registering it in Windows? Every solution and documentation refers to [CultureAndRegionInfoBuilder][1] class with calling Register after new culture ...
3
votes
2answers
191 views
how to remove the thousand separator using cultureinfo?
I try to remove the thousand separator so I'm experimenting some code, but it throws and exception. I tried with Convert.ToDouble, Convert.ToDecimal etc.
it says:
Convert.ToDouble("1.234,45") ...
1
vote
1answer
153 views
How do I determine the user's culture on the web, based on their time zone?
Newbie here. Actually, first question ever.
I've been using NodaTime (on ASP.Net MVC 3 C#) to get around different time zones and am really happy with the results.
But...
I was wondering if there's a ...
0
votes
2answers
150 views
Convert DateTime to US is not good
I have a DateTimePicker in WPF.
The dateTimePicker give me an European Format
In my DateTimePicker, i select "01/02/2014" ( in european format )
I would like to read the value, and convert it in a ...
1
vote
1answer
105 views
How to start a new unmanaged Process with different culture?
I need to run a new Process from .NET application with a culture of my choice.
This process will run an external unmanaged 3rd party exe.
How can I make it run with a specific culture?
Note that I ...
1
vote
2answers
91 views
C# DateTime parsing international cultures
I'm trying to parse a variety of date formats, the day number, time and year components are consistent but the day of the week and month are device dependent. These are some example results, coming ...
1
vote
0answers
85 views
ASP.NET MVC Registering custom culture and internationalization
I have an ASP.NET MVC 4 project and I've registered the custom culture in it because I want to have a client-specific translation.
I call the following helper method with parameters like ...
0
votes
2answers
393 views
TextBox Date Validation
I am using the following code for Short date validation.
DateTime dt = DateTime.Now;
Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("fr-FR");
if ...
0
votes
1answer
100 views
Change Message Dialogue box Display layout when app default language is set to ar(Arabic)?
I am creating a Windows 8 App and have set Default language as ar(Arabic). As shown below in snapshot:
Now when any Message is displayed in the Message Dialogue box its displaying in Arabic Format ...
0
votes
1answer
147 views
ASP.NET Resource handler mechanism in MVC4
Simple. I want to localize my application.
I've googled for days, and tried a million different approaches to reach my resources.
The only way I've been succesful is by using the standard asp.net ...
0
votes
1answer
75 views
When a user clicks a culture, an identifier for “culture” should be inserted / updated into the URL?
I have a custom route setup in MVC4 which allows for a pattern like:
culture/controller/action/id
in addition to the default:
controller/action/id
I want to add a menu to my page that displays the ...
3
votes
2answers
343 views
Change culture based on a link MVC4
I have a curiosity related to culture change in MVC. I tried in 2 ways, but apparently I was wrong somewhere.
In my Web.config I have :
<globalization uiCulture="auto" culture="auto" />
...
0
votes
0answers
166 views
C# System.Threading.Thread.CurrentThread.CurrentUICulture does not exist
I am developing a Windows CE 6.0 program with multi-lingual support.
But I am getting an error that System.Threading.Thread.CurrentThread.CurrentUICulture does not exist.
How to use CurrentUICulture?
1
vote
1answer
65 views
System.Globalization.CultureInfo (de)serialization
I need to store a specific culture in a file. Is it enough to serialize the LCID integer or is that a lossy conversion? Is Name, NativeName or EnglishName to be preferred?
1
vote
2answers
110 views
Convert currency values
I am trying to convert one currency to another
eg.
decimal value= 0;
var text = "£135";
decimal.TryParse(text, NumberStyles.Any, new CultureInfo("fa-IR"), out value);
this result value as ...
5
votes
2answers
179 views
Why comparing two equal persian word does not return 0?
We have two same letter 'ی' and 'ي' which the first came as main letter after windows seven.
Back to old XP we had the second one as main.
Now the inputs I get is determined as different if one client ...
0
votes
0answers
66 views
New CultureInfo Object does not reflect my overrides
I've been testing the CultureInfo class in my asp.net project and found a weird issue with the class.
I am currently using English (Canada) for my Windows and changed my short date format to be ...







