Localization, also known as L10n, is the process of adapting internationalized software for a specific region or language by adding locale-specific components and translating text.
63
votes
11answers
36k views
How to force NSLocalizedString to use a specific language
on iPhone NSLocalizedString returns the string in the language of the iPhone.
Is it possible to force NSLocalizedString to use a specific language to have the app
in a different language than the ...
75
votes
7answers
73k views
JavaScript for detecting browser language preference
I have been trying to detect the browser language preference using JavaScript.
If I set the browser language in IE in Tools>Internet Options>General>Languages, how do I read this value using ...
48
votes
8answers
27k views
Change language programatically in Android
Is it possible to change the language of an app programmatically while still using Android resources?
If not, is it possible to request a resource in an specific language?
I would like to let the ...
98
votes
20answers
157k views
How can I get the current date and time in UTC or GMT in Java?
When I create a new Date object, it is initialized to the current time but in the local timezone. How can I get the current date and time in GMT?
50
votes
9answers
19k views
Schema for a multilanguage database
I'm developing a multilanguage software. As far as the application code goes, localizability is not an issue. We can use language specific resources and have all kinds of tools that work well with ...
84
votes
6answers
34k views
How to use localization in C#
I just can't seem to get localization to work.
I have a class library. Now I want to create resx files in there, and return some values based on the thread culture.
How can I do that?
87
votes
9answers
35k views
How to localize ASP.NET MVC application?
What would be best practice to localize your ASP.NET MVC application?
I would like to cover two situations:
one application deployment in IIS which would handle multiple languages
one ...
67
votes
34answers
6k views
Coding in Other (Spoken) Languages
Something i've always wondered, and I can't find any mention of it anywhere online. When a shop from, say Japan, writes code, would I be able to read it in english? Or do languages, like C, php, ...
55
votes
6answers
8k views
Ignoring accented letters in string comparison
I need to compare 2 strings in C# and treat accented letters the same as non-accented letters. For example:
string s1 = "hello";
string s2 = "héllo";
s1.Equals(s2, ...
50
votes
4answers
56k views
Best practice to make a multi language application in C#/WinForms? [closed]
I've been looking into making applications suitable for multiple languages in C# since I need to work on a small project where this is the case. I have found basically two ways to do this:
Set a ...
64
votes
8answers
22k views
Localization of DisplayNameAttribute
I am looking for a way to localize properties names displayed in a PropertyGrid. The property's name may be "overriden" using the DisplayNameAttribute attribute. Unfortunately attributes can not have ...
99
votes
12answers
17k views
C# - Exception messages in English?
We are logging any exceptions that happen in our system by writing the Exception.Message to a file. However, they are written in the culture of the client. And Turkish errors don't mean a lot to me.
...
24
votes
2answers
5k views
Single-assembly multi-language Windows Forms deployment (ILMerge and satellite assemblies / localization) - possible?
I have a simple Windows Forms (C#, .NET 2.0) application, built with Visual Studio 2008.
I would like to support multiple UI languages, and using the "Localizable" property of the form, and ...
41
votes
6answers
23k views
MVC DateTime binding with incorrect date format
Asp.net-MVC now allows for implicit binding of DateTime objects. I have an action along the lines of
public ActionResult DoSomething(DateTime startDate)
{
...
}
This successfully converts a ...
29
votes
4answers
15k views
What is the list of supported languages/locales on Android?
I'd like to know what to name my folder for different languages. Where can I find the supported list of languages on Android?
38
votes
6answers
14k views
StringFormat Localization problem
In WPF 3.5SP1 i use the last feature StringFormat in DataBindings:
<TextBlock Text="{Binding Path=Model.SelectedNoteBook.OriginalDate, StringFormat='f'}"
...
25
votes
2answers
27k views
Best way to determine user's locale within browser
I have a website (Flash) localized into a dozen of languages and I want to auto-define a default value depending on the user's browser settings in order to minimize the steps to access the content.
...
30
votes
11answers
24k views
Localize Strings in Javascript
I'm currently using .resx files to manage my server side resources for .NET.
the application that I am dealing with also allows developers to plugin JavaScript into various event handlers for client ...
8
votes
2answers
6k views
Change iOS app's language on the fly
I'm writing an iOS app, where I want the user to be able to change the UI language independent of the iPhone's or iPad's language. The question is, how do I reload the appropriate NIB file for the ...
7
votes
4answers
3k views
iPhone App Localization - English problems?
I have an app that I am translating to a bunch of different languages. The problem is that the app will have a few different values in Australia than will in New Zealand, which are both English ...
19
votes
3answers
5k views
Localization of icon and default screen in iPhone
Can the app icon and default screen be localized in iPhone? Has anyone tried it?
In theory it should be possible as they're just image resources, but I found no explicit mention of this in the ...
13
votes
1answer
7k views
Localize Currency for iPhone
I would like my iPhone app to allow the input, display and storage of currency amounts using the appropriate symbol ($, €, ₤, ¥, etc) for the user.
Would NSNumberFormatter do everything I need? What ...
20
votes
8answers
9k views
What's the best database structure to keep multilingual data? [duplicate]
Possible Duplicate:
Schema for a multilanguage database
Here's an example:
[ products ]
id (INT)
name-en_us (VARCHAR)
name-es_es (VARCHAR)
name-pt_br (VARCHAR)
description-en_us (VARCHAR)
...
22
votes
1answer
12k views
When to use message-bundle and resource-bundle?
When should I use <resource-bundle> and <message-bundle> tags for localization in faces-config.xml? The differences between those two are not very clear to me.
22
votes
10answers
40k views
Regular expression for validating names and surnames?
Although this seems like a trivial question, I am quite sure it is not :)
I need to validate names and surnames of people from all over the world. How can I do that with a regular expression? If it ...
7
votes
3answers
2k views
NSFetchedResultsController v.s. UILocalizedIndexedCollation
I am trying to use a FRC with mixed language data and want to have a section index.
It seems like from the documentation you should be able to override the FRC's
- (NSString ...
25
votes
4answers
9k views
Why does Chrome incorrectly determine page is in a different language and offer to translate?
The new Google Chrome auto-translation feature is tripping up on one page within one of our applications. Whenever we navigate to this particular page, Chrome tells us the page is in Danish and ...
42
votes
5answers
28k views
How to localize my app with Xcode 4?
I just update to Xcode 4.
Normally when localizing apps we add "Localizable.String" file to the project, and then navigate to "Get Info" menu and click the "Make It Localized" button.
But in Xcode 4 ...
6
votes
3answers
7k views
Android: how to get the current day of the week (Monday, etc…) in user language?
I want to knwow what is the current day of the week (Monday, Tuesday...) in user language. For example, "Lundi" "Mardi" etc... if the user is french.
I have seen this post but returns only a int, ...
7
votes
4answers
7k views
Can I localize a UIDatePicker?
I'm trying to localize a UIDatePicker. Apple's docs say that it should autodetect the current locale, yet the language stays the same, no matter what language I select. What do I have to do?
74
votes
5answers
38k views
Get the current language in device
How can we get the current language selected in the Android device?
59
votes
3answers
15k views
What is the second parameter of NSLocalizedString()?
What is the *comment parameter in:
NSString *NSLocalizedString(NSString *key, NSString *comment)
If I do this:
NSLocalizedString(@"Hello_World_Key", @"Hello World")
and have two versions of a ...
13
votes
4answers
10k views
Non-English default language for iOS App?
I am developing an app for a client in Europe. I am an English-speaker in the US. Our app is going to support a number of languages, but not English. I have all the strings in our app in translated ...
10
votes
3answers
3k views
How to detect whether a character belongs to a Right To Left language?
What is a good way to tell whether a string contains text in a Right To Left language.
I have found this question which suggests the following approach:
public bool IsArabic(string strCompare)
{
...
7
votes
1answer
3k views
Localization - Add additional language to localizable.strings file
I have found this post about how to add localization to an app. The answer is very extensive and very helpful.
There is just one thing:
When selecting the 'Localizable.strings' file I open the File ...
8
votes
2answers
7k views
PHP Localization Best Practices? gettext?
We are in the process of making our website international, allowing multiple languages.
I've looked into php's "gettext" however, if I understand it right, I see a big flaw:
If my webpage has let's ...
3
votes
3answers
1k views
PHP Localization Question
I'm building a Open Source product and I thinking about Localization, I've read about gettext but there seems to be a lot of problem to get it to work in different systems (servers,os etc).
How would ...
1
vote
5answers
2k views
Json_encode Charset problem
When I use json_encode to encode my multi lingual strings , It also changes special characters.What should I do to keep them same .
For example
<?
echo json_encode(array('şüğçö'));
It returns ...
5
votes
1answer
3k views
How to change language in Facebook login page or dialog?
I have a problem for a long time, I don't figure out where the problem is.
My own app and this Hackbook Demo app have the same situation when auth dialog popup.
No matter web dialog or Faccbook ...
16
votes
12answers
2k views
Handling timezones in storage?
Store everything in GMT?
Store everything the way it was entered with an embedded offset?
Do the math everytime you render?
Display relative Times "1 minutes ago"?
24
votes
3answers
7k views
Lint: How to ignore “<key> is not translated in <language>” errors?
I can't compile/debug our Android app, because the localization files are not perfect yet.
Eclipse's validation tool Lint create errors saying:
newCardsOrderVals is not translated in ar, bg, ca, ...
4
votes
4answers
2k views
Personal names in a global application: What to store
Storing personal names in a structured way seems quite difficult when it comes to an application which is used by users from lots of different countries. The application I'm working on could ...
10
votes
3answers
3k views
localization of assets files
I have several html files in assets folder. How can I localize them? Is my only option to put some hardcode to pick the right file based on locale?
7
votes
3answers
7k views
MessageBox buttons - set language?
When you use MessageBox.Show() you have a selection of MessageBoxButtons to choose from. The buttons available are an enum, and give you options like "Yes No", "OK Cancel" etc.
When I am using ...
2
votes
3answers
11k views
how to convert string to double with proper cultureinfo
I have two nvarchar fields in database to store the DataType and DefaultValue,
I have a DataType Double and value as 65.89875 in english format.
Now I want the user to see the value as per the ...
1
vote
1answer
2k views
Manually loading a different localized nib in iOs
I'm working on an app with multi-language support.
As you may expect, from time to time I load some nib files using a code like this:
self.currentController = [[newClass alloc] ...
16
votes
4answers
1k views
Localizing the Cut|Copy|Paste menu on iOS
Im having some issues localizing a danish app ive made. (The language, not the pastry)
I have set the CFBundleDevelopmentRegion to da_DK for danish in my info.plist, but the popup appearing for text ...
10
votes
5answers
3k views
How do you match accented and tilde characters in a perl regular expression (regexp)?
A user enters a set of names with accents and tildes:
Renato Núñez, David DeJesús, and Edwin Encarnación
My database has anglicized names for these people
@names = ('Renato Nunez','David ...
2
votes
2answers
392 views
Is there a repository for localized common text in WinForms?
I'm globalizing a Windows form application.
Is there a way to access common text in the current language for Windows?
For example, for the labels of OK, Cancel and Accept buttons; if I'm building ...
56
votes
6answers
12k views
Which is generally best to use — StringComparison.OrdinalIgnoreCase or StringComparison.InvariantCultureIgnoreCase?
If I have some code like this:
If key.Equals("search", StringComparison.OrdinalIgnoreCase) Then
' ... do something ...
I don't care about the case, should I use OrdinalIgnoreCase, ...