Tagged Questions

0
votes
1answer
16 views

How to force a particular .resx file to be used in a WPF DLL?

I have a WPF DLL being called from an unmanaged DLL. The WPF DLL has a dialog that has been translated (two sets of .resx files). If I call the WPF DLL from a WinForm shell, or an …
0
votes
1answer
55 views

How to set the culture info in unmanaged C++?

Hello, I got a program written in unmanaged C++, I need to get the cultural info from the system and set that info to the current execution thread in my c++ application. Thanks.
1
vote
2answers
30 views

TextInfo.ToTitleCase doesn’t work properly, any better solutions?

I'm trying to make my article title well-formatted, I'm currently using TextInfo.ToTitleCase for formating. It does well on most of jobs, but it's not that perfect. For example: …
1
vote
4answers
123 views

Globalization in C#

Can somebody explain to me what is the use of globalization in C#? Is it used for conversion purposes? I mean I want to convert any English word into a selected language. So wil …
2
votes
3answers
65 views

Why is my CurrentCulture en-GB and my CurrentUICulture en-US

I have a C# application which has to run on machines with different culture settings. No problem I thought, it will just lookup on start up what the current culture is on the machi …
0
votes
2answers
58 views

Convert language abbreviation to full name, e.g. en to English?

Hello, quick question, what's the best way to convert language a abbreviation to full name? e.g. en to English? Note, it's not en-US, it's just en, fr, de C# please.
0
votes
1answer
81 views

get cultureinfo with country code

Hi, I try to get CultureInfo with country code. I'm using hostip.info for getting country code. For example, "http://api.hostip.info/?ip=207.46.197.32&position=true" returns …
1
vote
1answer
95 views

Sort Japanese Text using “aiueo” order

Hi I am trying to sort some Japanese shop names using the "aiueo" order Does anyone know if there is an algorithm to do this I have written a comparer as follows but I believe t …
4
votes
3answers
342 views

ASP.NET Globalization: Culture=”auto” page directive with neutral culture crash?

Hi all, I'm running into a case where an ASP.NET application using the built-in globalization facilities is crashing. On an ASP.NET page with the Culture="auto" directive, a use …
0
votes
1answer
57 views

Why is Environment.NewLine showing up as square character?

I'm working with a .Net windows application. On my machine, a form displays Environment.NewLine correctly as a new line. However, on a tester's machine, the same Environment.NewLin …
3
votes
3answers
513 views

Compact Framework - Retrieve a list of countries and regions

Afternoon people! I'm trying to implement a list of counties on my Compact Framework (Mobile) application. I can do this easily in the full .Net framework with CultureInfo.GetCul …
1
vote
4answers
172 views

Convert.ToDateTime causes FormatException on afternoon date/time values

We have an application parsing date/time values in the following format: 2009-10-10 09:19:12.124 2009-10-10 12:13:14.852 2009-10-10 13:00:00 2009-10-10 15:23:32.022 One particul …
3
votes
3answers
319 views

How to get current regional settings in C#?

Normally you can get it by writing something like CultureInfo currentCulture = Thread.CurrentThread.CurrentCulture; But this way you can only get CultureInfo which was configured …
1
vote
2answers
71 views

C# Connecting to Oracle DB DateTime formatting

Hello, I have a .Net webapp that is connecting to an Oracle backend. I have a base page which every page uses where I set my protected override void OnPreInit(EventArgs e) { …
2
votes
3answers
148 views

How to get language without country from CultureInfo

Does anyone know in ASP.Net how to get the language of the currentculture without it's countryname? I know this invariant culture's don't have this problem, but I don't know how to …

1 2 3 4 next
15 30 50 per page