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.
15
votes
4answers
10k views
Multiple Localizable.strings files in one iOS app
Is it possible to have multiple components that have their separate localizations in an app?
For example I want to localize strings in my app but also use ShareKit which is localized itself (so my ...
11
votes
1answer
1k views
Finding the distance, currency, temperature units etc. for a country (iPhone)
During the localization of my app I went through a lot of documentation, somewhere Im sure I read that there is a way to get a set of units that is linked with the locale.
I believe it said something ...
7
votes
2answers
746 views
Locale aware number conversion in JavaScript
Is there a JQuery Plugin available that facilitates NUMBER LOCALIZATION ?
That is , the plugin should translate numerals into their local glyphs.
Arabic | ٤٣٢١ | 1234
Indic ...
7
votes
3answers
2k views
Programmatic way to get all the available languages (in satellite assemblies)
I'm designing a multilingual application using .resx files.
I have a few files like GlobalStrings.resx, GlobalStrings.es.resx, GlobalStrings.en.resx, etc.
When I want to use this, I just need to set ...
6
votes
2answers
892 views
Does PostgreSQL support “accent insensitive” collations?
In Microsoft SQL Server, it's possible to specify an "accent insensitive" collation (for a database, table or column), which means that it's possible for a query like SELECT * FROM users WHERE name ...
6
votes
1answer
3k views
localize many images in Xcode at once?
I have this project that i need to add a translation to. I already know how to add localisation to single image files, but there are 200+ images with text on it in that project. Do i really have to ...
6
votes
3answers
2k views
ASP.NET component to edit .resx files
I'm developing a multilingual web site and the localization is done mostly by using .resx files. But now I need to enable users with some permissions to edit resource files online from the web site.
...
4
votes
2answers
2k views
Convert wide character strings to boost dates
I need to convert several million dates stored as wide strings into boost dates
The following code works. However, it generates a horrible compiler warning and does not seem efficient.
Is there a ...
4
votes
7answers
590 views
What technique would be the least effort to internationalise (at least multi-language) existing Delphi Applications?
I have developed about 300 Applications which I would like to provide with multi-language capabilities independent from the Operating System. I have written a just-in-time translator, but that is too ...
3
votes
2answers
72 views
Symfony2 locale detection: not considering _locale in session
I'm trying to implement a LocaleListener that detects user's preferred language (considering Accept-Language header) and stores it in session to avoid checking it every request. I've developed the ...
3
votes
3answers
1k views
Converting UTC datetime to user's local date and time
I'm using python on Django and Google App Engine. I'm also using the DateTimeProperty in one of my models. Occasionally I would like to display that date and time to the user.
What is the best to ...
3
votes
2answers
3k views
How to switch UI Culture of data binding on the fly in Silverlight
I have a TextBlock control, which is data bound to DateTime property.
The text displayed something like this:
Thursday, October 21, 2010
I need to switch UI Culture on the fly, using something ...
2
votes
4answers
4k views
Localize javascript messages and validation text
I'm working on a web project that is multilingual. For example, one portion of the project involves some custom google mapping that utilizes a client-side interace using jquery/.net to add points to a ...
1
vote
4answers
6k views
Symfony2: help please with backward Uri (REFERRER) during switching locale
All!
I'd like to implement locale switcher, but it seems with no luck...
The code below doesn't work because the (REFERRER) contains the OLD value of locale...
Does somebody help me ?? How to ...
9
votes
3answers
4k views
Localization and drawables
I want to localize an image by adding the folder res/drawable-hdpi-no, but I get an error stating "invalid resource directory name". What's up with this?
9
votes
3answers
8k views
Javascript Date Localization
I'm working with an ASP.NET app with localization and globalization. I'm having some difficulty understanding how to get the Date() function in javascript to work properly given the user's ...
8
votes
2answers
2k views
How to support Multi-Languages approach in DataBase Schema?
I want my database to support multi Languages for all text values in its tables.
So what is the best approach to do that?.
Edit1::
E.G.
I've this "Person" table:
ID int
FirstName ...
7
votes
3answers
1k views
Regex for validating alphabetics and numbers in the localized string
I have an input field which is localized. I need to add a validation using a regex that it must take only alphabets and numbers. I could have used [a-z0-9] if I were using only English.
As of now, I ...
6
votes
4answers
4k views
Symfony2 wrong locale detection?
Following Symfony2 guide about translation i found that inferred locale from http headers (stored in $this->get('session')->getLocale()) is wrong (sent it, inferred en):
Host localhost ...
6
votes
2answers
8k views
iPhone Localization - Get the phone's country/language code?
I'm localizing my iPhone app for multiple languages, and in addition to changing some of the strings I need to change some backgrounds. Is it possible to query the iPhone and get the user's language ...
5
votes
4answers
2k views
Can sorting Japanese kanji words be done programatically?
I've recently discovered, to my astonishment (having never really thought about it before), machine-sorting Japanese proper nouns is apparently not possible.
I work on an application that must allow ...
5
votes
1answer
2k views
Android: How to generate xml resources on runtime?
I have different strings.xml files in my resources folders (values, values_fr, values_de...) and I would like to load additional translations during runtime. Is it possible to add the new strings to ...
5
votes
3answers
1k views
ILMerge and localized resource assemblies
We have an application whose structure when compiled looks something like this:
Foo
nb-NO
Text.resources.dll
sv-SE
Text.resources.dll
Bar.dll
Foo.exe
Text.dll
Is it possible to use ILMerge ...
5
votes
5answers
2k views
C#: get letters of alphabet for scandinavian language?
Is there a way to get the letters of the alphabet in a language?
I want to do paging, and I want to show for example the last 7 letters of the alphabet.
For the dutch alphabet t-z are the last 7 ...
4
votes
3answers
3k views
Localization of Default.png is not working
I wonder if anyone has encountered the same problem and how they solve it.
I want to localize Default.png so I do the following steps which from what I understand should be the correct way (please ...
3
votes
4answers
3k views
Get the language of user in android
http://web.archiveorange.com/archive/v/fwvde0wN3xcViMtADw6x
It seems that navigator.language property is always "en" in webview on androids. Then, what is the best way to get the language of user? ...
3
votes
2answers
703 views
ASP.Net / MySQL : Translating content into several languages
I have an ASP.Net website which uses a MySQL database for the back end. The website is an English e-commerce system, and we are looking at the possibility of translating it into about five other ...
2
votes
1answer
1k views
MVC 4 ignores DefaultModelBinder.ResourceClassKey
Adding a resource file to App_GlobalResources with a PropertyValueRequired key and changing DefaultModelBinder.ResourceClassKey to the file name has no effect on MVC 4. The string The {0} field is ...
2
votes
4answers
727 views
How to translate (internationalize, localize) application?
I need to translate an application on delphi. Now all strings in interface on Russian.
What are the tools for fast find, parcing all pas'es for string constants?
How people translate large ...
2
votes
1answer
606 views
About Same App, but different binary for different App Stores
I have a new App to launch in the near future. The App is going to have different versions for different Territory's App Store, in sense of UI language and part of App content.
My question is whether ...
2
votes
3answers
2k views
Get string from default locale using string in specific locale
Ok, I know title sound crazy :)
Here is what I want. My app is localized for device user but information I send back to server need to be all English. My default app locale English.
For example, I ...
2
votes
2answers
5k views
ASP.NET MVC 3 localization - Url.Content
I have an ASP.NET MVC 3 site using a custom route for specifying the language in the URL like so:
routes.MapRoute("Default", "{culture}/{controller}/{action}/{id}",
new { controller = "Home", ...
2
votes
2answers
640 views
iPhone app using different language than the one set in OS / device?
Is it possible to have my app running in a different language than the one that is set in the OS? I want to have a language switch in my app’s setting menu, where the user can e.g. select german for ...
2
votes
5answers
5k views
iPhone: NSLocalizedString reading from English .strings file even when another lang is set
I have an app that has some non-US Localizable.strings files. They appear in the project as I expect them to: there's a Localizable.strings object, and sub objects for "en", "fr", etc. Each of those ...
17
votes
2answers
4k views
How does the App_LocalResources work with MVC?
I've been working through my first MVC application, and I'd like to localize it. I know how to use the App_GlobalResources but I'd prefer to use the App_LocalResources.
In a typical WebForms ...
9
votes
2answers
5k views
C# Class Library Localization
I need a very quick introduction to localization in a class library
I am not interested in pulling the locale from the user context, rather I have users stored in the db, and their locale is also ...
4
votes
3answers
253 views
I want to show the Reginonal language(Gurumukhi font) in my Android app
I want the output as shown in below image
This is a Sikh holy book which uses the Regional font(Gurumukhi) and i want to make an xml file of this text to use the xml parsing to show in my ...
4
votes
1answer
1k views
How do I publish/deploy an MVC Project with ResX Resources?
I have written a VERY simple MVC application which just displays a single string from a Resource file. It works just fine on my local machine but when I deploy the project to the web server I get the ...
4
votes
1answer
3k views
Changing the UI language dynamically
I have a multi-language silverlight application where the resources are stored in resx files for different languages and bound to the buttons' and labels' Content Properties inside the xaml.
When ...
4
votes
4answers
3k views
Localize current time in PHP
Trying to display current time with PHP (using this):
$date = date('m/d/Y h:i:s a', time());
echo $date;
As simple as it gets. How do I localize it? I want to translate the months and days ...
4
votes
6answers
663 views
Terminology used for language and culture-aware software
I have always thought that the terms "internationalization" and "localization" (and their funny abbreviations i18n and l10n) were universally accepted and used for talking about software which is ...
3
votes
1answer
3k views
How to set Silverlight CurrentUICulture/CurrentCulture correctly?
I'm working on a SL5 app with C# and I'm looking to internationalize it. I found the following to set the UI culture:
var culture = new ...
3
votes
2answers
655 views
How do I get the name of a day of the week in the user's locale?
I have a number between 1 and 7, which I want to turn into the user's locale's equivalent of Monday to Sunday. Can I do that and if so, how?
3
votes
2answers
2k views
How should I implement localization with ASP.NET MVC routes?
I'm trying to plan for future (months away) localization of a new ASP.NET MVC site.
Trying to decide what makes most sense to do, as far as constructing the URLs and routing.
For instance should I ...
2
votes
1answer
965 views
How to Support Localization by mapping two entities to one POCO in EF 4
I've this simple Entities from DB tables
But i want my POCO classes to be just two classes:
public class Country
{
public string ID { get; set; }
public string Name { get; set; }
...
2
votes
2answers
789 views
What to use for localization (php/smarty/pear application)?
I have a php/smarty/pear app that has it's own localization implementation that involves using ids for strings and the strings are stored in a db. currently the app is only in English but I will start ...
2
votes
4answers
9k views
Localization Android
What languages are supported by android for localization with their respective values folder name, the best link i could find was http://developer.android.com/reference/java/util/Locale.html
any ...
2
votes
3answers
571 views
What Should I Know and Consider To Create Multi Language Web Site
I'm Creating a Multi Language website with at least 5 language, what should I consider
2
votes
1answer
482 views
Problem in accessing localized string in ASP.NET MVC application
I created an ASP.NET MVC application and added 2 resource file for about.aspx page in the project. It looks like this:
Then I modified the About.aspx page as following:
<asp:Content ...
2
votes
3answers
3k views
JavaScript culture sensitive currency formatting
How can i format currency related data in a manner that is culture aware in JavaScript?

