The tag has no wiki summary.

learn more… | top users | synonyms (3)

1
vote
0answers
6 views

Localization for “the value {0} is invalid” in case of int overflow

I've read answers about localization of validation errors by specifying DefaultModelBinder.ResourceClassKey, basically it's when entering string values in int field or not a datetime in datetime ...
0
votes
0answers
10 views

how to make application to be able to allow the user to select between 2 laguages FRENCH and EGLISH so that the app can be in ENGLISH or FRENCH

i have create string.xml files in values-us and values-fr. And i have created all string that i want to use and i have created 2 buttons one for ENGLISH nd one for French so i want to know what must i ...
0
votes
0answers
18 views

Translation of R script using gettext

Is it possible to use something like gettext to translate an R script. If so, how? If not, what other options I have?
0
votes
1answer
24 views

Getting localized day of week

I'd like to get the names of the days of the weeks in JavaScript, localized to the user's current language; preferably with something a bit nicer than what I'm using now: var weekDays = []; var d = ...
-2
votes
0answers
19 views

I've just started my first internship. I want to help/impress my team by writing an API. Any tips? [closed]

I have just begun my first internship, have gotten to grips with my basic immediate tools and would now like to really benefit my team and help them in the work they are doing. What I'd like to ...
0
votes
1answer
11 views

Setting text Flow Direction for WPF Localization

I am using the WPF LocalizationExtension and could get it work. However, even though it says it has built in support for FlowDirection (righttoleft), I could not get it working and the documentation ...
0
votes
1answer
15 views

Silverlight MessageBox.Show() not displaying Chinese characters

I am localizing my application and through it there are messageboxes to alert the user of certain things. When I include chinese characters in text areas they look like a bunch of squares when ...
0
votes
1answer
19 views

Localization menu with reading from xml-files

I have next problem. For my web-application on java I use 2 variant of menu for Tutor and Student. After that, depending on the role of the logged-on user, I transform the xml file in html and is ...
0
votes
0answers
10 views

Changing localiztion in fragment activity android

I try to change app localization in app. I try to change from action bar sub meniu: @Override public boolean onCreateOptionsMenu(Menu menu) { SubMenu langSelection = ...
1
vote
0answers
16 views

Localized (Double) Metaphone for Portuguese (pt_PT)

I want to see how phonetically similar two non-English strings are, AFAIK soundex and metaphone implementations only work correctly for English based strings, for instance coração and corassão sound ...
0
votes
0answers
4 views

Global resource keys working in visual studio but not in deployment

In my vb.net 2.0 application global resource keys are working in visual studio but not in deployment. A parser error "The resource object with key 'forgetpass_aspx_lblLoginId' was not found." comes ...
0
votes
2answers
20 views

Android : Setting language in app

I want to change my app language in my app because android languages don't have all languages i want to use. So i got this to change: String languageToLoad = "en"; Locale locale = new ...
0
votes
1answer
33 views

New Line in localization string in C#

I have a site developed in C#.net and VS2010. It is is localized and works well overall. However, some of the localization strings don't look the best. For example, I have a message at the top of ...
0
votes
0answers
17 views

SQL Server database collation for general use in ASP.NET applications when CultureInfo='zh-CN(S)'?

Suppose I go for 'zh-CN' in Thread.CurrentThread.CurrentCulture = new CultureInfo("zh-CN"); Thread.CurrentThread.CurrentUICulture = new CultureInfo("zh-CN"); which SQL server collation should I use ...
0
votes
0answers
26 views

Localizing with specific languages, not all of them

I am using the sample code from the voicerecognition.java class. When I click the spinner, it lists all of the languages available; however, I just want a few (English, German, Catala, Spanish, ...

1 2 3 4 5 257
15 30 50 per page