Tagged Questions
5
votes
5answers
113 views
Convert Unicode string made up of culture-specific digits to integer value
I am developing a program in the Marathi language. In it, I want to add/validate numbers entered in Marathi Unicode by getting their actual integer value.
For example, in Marathi:
४५ = 45
९९ = 99
...
1
vote
1answer
89 views
Designing Tests for Culture/Globalisation problems
I'm concerned about the predictability of my application in handling string input in different cultures. It has been a problem in older software and I don't want it to be a problem in the new.
I ...
0
votes
1answer
162 views
WinRT - How To Get the correct DateTimeFormatter based on the user culture
I've some trouble finding the right DateTimeFormatter for the user.
When converting a date to a string for example with
.ToString("D");
always the en-US culture is used in WinRT.
I found out ...
1
vote
2answers
454 views
How set the culture for fileupload (input file) control in ASP.NET
I encounter problem when changing culture (language) on my website. In fact all the controls correctly change language. But only controls "asp: FileUpload" do not change. The text description is ...
1
vote
5answers
1k views
DateTime supported language for formatting?
DateTime let you format depending of the current culture. What are the culture supported by default?
The scenario I have in mind use this.Date.Value.ToString("MMMM") which will print "January" if the ...
3
votes
2answers
2k views
CurrentCulture incorrectly defaulting to en-US in ASP.net
I have just migrated around 100 ASP.net sites from IIS 6 on Windows Sever 2003 to IIS 7 on Windows 2008. I've just noticed that various pieces of code that use things like DateTime.Parse have started ...
2
votes
0answers
64 views
Override string.format(“{0:c}”) behavior for certain cultures [duplicate]
Possible Duplicate:
How can I override the currency formatting for the current culture for an ASP.NET web application?
I have multicultural websites in which I set the culture via the ...
1
vote
0answers
201 views
How to get rid of MissingManifestResourceException
I've spent almost 8 hours by searching for an answer on how to get rid of that freakin' exception. I have an C# application which needs to be localized to several languages. I'm using parent-level ...
0
votes
1answer
330 views
Xaml Binding Fails to Detect custom culture
All the articles on the internet suggest that to make the XAML binding detect the selected culture in the operating system, this line should be used.
...
2
votes
2answers
370 views
Person name format globalization
I have the first, last and middle names in a database and want to display them. My first thought is to display: last, first middle but I figured that other languages/cultures probably use different ...
34
votes
8answers
16k views
MVC 3 jQuery Validation/globalizing of number/decimal field
When using globalization culture="da-DK" in the Web.config file, the jQuery validation does not work.
In Denmark, we use the notation 19,95 instead of the US way 19.95 when we write a price for at ...
1
vote
1answer
319 views
New thread in ASP.NET runs in different culture
I have System.Timers.Timer that performs some operations based on schedule. When timer rises event, the threads culture is 'ru-RU' differ from culture in my web config.
<globalization ...
1
vote
1answer
894 views
.NET Globalization: Set Culture/UICulture on a Page or a Thread? What's the difference?
Question title is basically the entire question. In ASP.NET you can set the Culture/UICulture properties of a page by overriding the InitializeCulture method, or you can set the properties of the ...
0
votes
5answers
515 views
How do i convert a floating point string to an int in c#
I have a string:
string test = "19,95";
and I wan't to convert it to an int.
I use:
int num = Convert.Int32(test);
However it throws an FormatException. And tells me that the string is not a ...
1
vote
3answers
2k views
How to create a DateTime object not in the current culture
I'm really drawing a blank on this one. I've been working on globalization but the DateTime seems to always revert back to the CurrentThread's culture. I broke this down into smaller steps hoping to ...
11
votes
2answers
2k views
When should I specify CurrentCulture or InvariantCulture and when should I leave it unspecified?
What is the best practice for specifying CurrentCulture or InvariantCulture and not specifying the culture at all?
From what I have read, if you're doing serialization, for instance, you need ...
0
votes
1answer
512 views
SharePoint 2007 Force Culture and UI Culture
i'm developing a sharepoint portal, and i want to force a portal culture to 'pt-PT', i already installed the moss and wss language packs and i changed the web.config too with the following statment: ...
1
vote
3answers
333 views
Where is the correct place to do culture-specific date/currency formatting for asp.net mvc views?
Given a domain object:
class BirthdayDomain
{
public DateTime Birthday { get; set; }
public decimal BirthdayPresent { get; set; }
}
I have two options for passing this to a strongly-typed ...
11
votes
6answers
2k views
.NET: Are there any differences between InvariantCulture and en-US?
Given the following two cultures:
CultureInfo c1 = InvariantCulture;
CultureInfo c2 = new CultureInfo("en-US");
and i were to examine every piece of information specific to both cultures, e.g.:
...
2
votes
2answers
2k views
C# Set specific culture for class
I have a class in C# which has various methods. I want to use en-US culture in all the methods in this class. Can I set the culture for a specific class?
Background: I have a List<object> and ...
1
vote
2answers
492 views
Display correct currency dependent on browser culture
My website will target UK and US markets, and i need to display a different price/currency for both markets - what is the best way around this?
1) a simple drop down box asking users preference?
2) ...
0
votes
2answers
464 views
Is 'culture' (eg. es-MX, en-US) meant to localize website -content- or -appearance-?
is the concept culture (as with .NET CultureInfo) to be used solely in localizing appearance of a website (language, date- and numberformatting etc.), or can it be used for localizing website content ...
2
votes
2answers
2k views
GetGlobalResourceObject or Resources.Resource - what's better?
I have an application that is multilingual. I'm using the out-of-the-box .Net features for this. Each language has its own file in the App_GlobalResources (see iamge below)
In the code behind what is ...
0
votes
1answer
298 views
How do I set a custom culture before the page is rendered?
I have created a custom culture for client-specific language, i.e. I have resx files for that culture.
The issue I have is that I can't seem to set the culture early enough in the page cycle. By the ...
0
votes
1answer
1k views
Forcing a culture on an application
How can I force and application and any threads that are started by that application to run under a specific culture?
I have tried the following but I still get exceptions in English.
My ...
1
vote
1answer
1k views
Page.UICulture — How do I retrieve the Two Letter UICulture Code?
In ASP.NET webforms, when setting UICulture="en" in the @Page directive, a Response.Write(Page.UICulture) returns the string "English" instead of the two letter language code "en".
Is the the only ...
6
votes
1answer
718 views
How to create a 13 month moon based Calendar in .net
hi i would like to create a custom calendar, this calendar will have custom month names and day names
it will contain
13 months with 28 days each
do i need to create and entire Culture or can i just ...
3
votes
2answers
883 views
Thread Creation Event for setting CurrentCulture
Our application allows the user to change the Culture that they run it under and that culture can be different than the underlying OS Culture. The only way that I have found of doing this is by ...
1
vote
4answers
2k views
Dot Net and Java Culture Codes
I've been tasked with the awesome job of generating a look-up table for our application culture information. The columns I need to generate data for are:
Dot Net Code
Version
Culture Name
Country ...
1
vote
5answers
3k views
Localization: How to map culture info to a script name or Unicode character range?
I need some information about localization. I am using .net 2.0 with C# 2.0 which takes care of most of the localization related issues. However, I need to manually draw the alphabets corresponding to ...
3
votes
5answers
836 views
How to make my .NET app support different languages
The application I'm writing is almost complete and I'd like people who speak different languages to use it.
I'm not sure where to start, what's the difference between globalisation and culture in ...

