Tagged Questions

0
votes
0answers
24 views

db localization with ASP.NET MVC and Castle.ActiveRecord

I'm trying Castle.AR in an ASP.NET MVC 1 app. I want to store localized content on db. I'm thinking of creating a single table with int stringId, string locale, string text, and a …
2
votes
3answers
64 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 …
2
votes
2answers
109 views

determining the character set to use

my delphi 2009 app has a basic translation system that uses GNUGetText. i had used some win API calls to prepare the fonts. i thought it was working correctly until recently when …
0
votes
2answers
57 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.
1
vote
3answers
27 views

Implementing globalization in Rails

While I have experience developing Rails apps in English, I am a blank slate when it comes to handling globalization, so please don't shoot me in the head if my question 'doesn't m …
0
votes
1answer
14 views

Localization of HTML used in ASP.net

Hello , I have a asp.net application, which used html templates to generate content and sends this in the email. The code to read the html file is as- private string LoadHtml(st …
1
vote
1answer
41 views

change web.config appsettings based on globalization setting

Hi, I am using common code for 2 different international sites but with different web.config settings. I'd like to keep both sets of the appsettings in the same web.config file an …
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 …
0
votes
2answers
32 views

Localization of OS dialog boxes e.g. FileOpenDialog, etc.

Hello, I am localizing my winform application for french and japenese. We have fileOpenDialog used at some places, when I change the CurrentUICulture to ja-JP or fr-FR, applicati …
1
vote
3answers
53 views

Globalization of configuration files

Hi, I have multiple configuration files describing Addins to my system. I'm looking for a way to globalize some of the tags in the configuration file (i.e - support multiple langu …
0
votes
1answer
11 views

Rails Globalize plugin help.

Has anyone gotten the Globalize plugin to work Rails 2.3.2 or later? If so, could you direct me to some useful info?
1
vote
2answers
90 views

ASP.NET MVC: When to set Thread.CurrentThread.CurrentUICulture?

I am just beginning to localize an ASP.Net MVC application. Most of the strings will be defined in resource files and retrieved via Matt's Localization Helpers. Other strings mus …
0
votes
1answer
25 views

WCF Globalization

I have a WCF service using netTcpBinding (the protocol should not be relevant but included it anyway). I am having Culture issues with parsing dates. Previously, using HTTP and S …
0
votes
1answer
20 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 …
4
votes
4answers
79 views

Globalize an existing Windows Forms application?

Hi, I have an existing winforms application developed using VS 2005 and .net framework 2.0. Now we need to globalize this application. The two locales are German and Japanese. I …

1 2 3 4 5 9 next
15 30 50 per page