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.
4
votes
3answers
5k views
How are XIBs loaded for localized apps?
I found after a couple of days of successfully running and debugging localized apps on the Simulator it (or the XCode deployment process) got into a state where, if the Simulator was set to one of my ...
3
votes
3answers
2k views
How to make PoEdit correctly parse custom “ngettext” implementation?
I've coded a gettext wrapper that makes the whole process of l10n a little bit simpler but somehow I can't get PoEdit to correctly identify and parse plural version calls to the function. This is what ...
2
votes
1answer
1k views
language change only after restart on iphone
I'm trying to change app language, but when I run this code in main.h language chages after I shut down an App and run it again. Is this possible to change language without restarting?
int main(int ...
1
vote
3answers
9k views
iPhone: NSDate convert GMT to local time
I currently have an API call returning me a date/time in the format: "2010-10-10T07:54:01.878926" ..Can I assume this is GMT? I also converted this to an NSDate object. Is there a way to use the local ...
9
votes
4answers
15k views
ASP.NET MVC 3 localization with DisplayAttribute and custom resource provider
I use a custom resource provider to get resource strings from a database. This works fine with ASP.NET where I can define the resource type as a string. The metadata attributes for model properties in ...
9
votes
2answers
387 views
8
votes
2answers
4k views
Configure visual studio to show error messages in english
I'm currently working in another country, and my PC has a non english version of windows installed, I don't care about this, but I do care a lot when visual studio show error messages because they are ...
5
votes
2answers
2k views
Changing the default ModelState error messages in ASP.NET MVC 3
I have my resource files in separate assembly MyApp.Resources.dll. I can use the resources without any problem but the issue appears when I want to change (localize) the default validation messages:
...
5
votes
2answers
5k views
Visual Studio creates invalid Resx files
I have a pretty simple form that I am wanting to localize (I actually have quite a few in this project, they all have the same problem). When I set the form property Localizable to true Visual Studio ...
4
votes
5answers
1k views
How to fix an application that has a problem with decimal separator
This post is about C# and .Net, but some info is valuable for other techonolgies.
Since I can remember, I've been having problems with apps or games that crash because of a different style of parsing ...
4
votes
6answers
16k views
How to fetch string from resource to assign in WPF Resource section in xaml
I have a XBAP application with the following user control:
<UserControl x:Class="XXX.UsersGrid"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
3
votes
3answers
896 views
Localized phone number formatting
I've looked into NSFormatter, NSNumberFormatter, and the other formatting classes, but can't find a build into solution. I need to format phone numbers depending on the country code.
For instance, ...
3
votes
2answers
2k views
how to set custom locale for indian regional languages in android emulator
I would like to set my emulator locale to some custom locale for Indian regional languages like Tamil or Kanada or telugu. Any one plz give suggestions, Thanks in Advance.
3
votes
2answers
1k views
How do I get the first day of the week for the current locale? (PHP / L8N)
In most locale, the first day of the week is Monday. In the US (and presumably elsewhere), the week starts on Sunday.
How can find out in PHP, for an arbitrary locale, the current setting for the ...
2
votes
5answers
2k views
DATENAME(MONTH,GETADATE()) is returning numeric value of the month as '09'
When I run the following query [SELECT DATENAME(MONTH,GETDATE())], ideally speaking it should return value as 'September' but its returning value as '09'. I am running this query on MS SQL Server ...
1
vote
2answers
938 views
iOS - Could I change the localizable.strings content during runtime?
I am loading the translation through a JSON file every time I launch the application. Could I parse that JSON, clean it up and place it in the localizable.strings file?
If not, will I be able to load ...
-1
votes
2answers
2k views
How to localize an iphone app for different languages?
Can anyone explain me how to localize an iPhone app ? I am getting confused with the XCode localization concept.
7
votes
2answers
5k views
Localizing strings in iOS: default (fallback) language?
Is there a way to set a default language to be used when the device UI language is not supported by an app?
Example:
My app is localized into English and German:
en.lproj:
"POWER_TO_THE_PEOPLE_BTN" ...
3
votes
4answers
2k views
strtotime With Different Languages?
Does strtotime only work in the default language on the server? The below code should resolve to august 11, 2005, however it uses the french "aout" instead of the english "aug".
Any ideas how to ...
1
vote
5answers
3k views
Localization: How to map culture info to a script name or Unicode character range?
I need some information about localization. I am using .net 2.0 with C# 2.0 which takes care of most of the localization related issues. However, I need to manually draw the alphabets corresponding to ...
0
votes
3answers
408 views
iphone: How do I make my app support two or more languages?
I have my app with english version. I want it to run with french text also.
What steps I need to perform? or what API or extra code I will need?
Any examples or tutorial will help me more.
0
votes
1answer
420 views
How to localize text based on criterion other than language
I have an application which will be marketed in different European countries. We've gone through the process of localizing the application so that its strings are maintained in the language-specific ...
0
votes
1answer
1k views
Tiles2 Struts Switch Locale
I am newbee to struts2 and tiles2, I am having an application where i m using struts2 as mvc framework and tiles2 as a view component.
In my application I am using 2 languages English and Marathi the ...
21
votes
2answers
7k views
Best practice using NSLocalizedString
I'm (like all others) using NSLocalizedStringto localize my app.
Unfortunately, there are several "drawbacks" (not necessarily the fault of NSLocalizedString itself), including
No autocompletition ...
18
votes
4answers
2k views
Localizing a modern xib-based Mac application
Ours is an open-source Mac application localized by volunteers. These volunteers will do their work on special localization builds of the software (with unstripped nibs), then send us the changes to ...
5
votes
3answers
2k views
asp.net mvc localization
I'm trying to implement localization with routes
I have the following:
routes.MapRoute( "DefaultLocalized",
"{lang}/{controller}/{action}/{id}",
new { controller = ...
23
votes
4answers
7k views
How to set and change the culture in WPF
I have a .NET 4.0 WPF application where the user can change the language (culture)
I simply let the user select a language, create a corresponding CultureInfo and set:
...
15
votes
1answer
11k views
Displaying dates in localized format on Android
I'm currently building my first app for Android. What I'm having trouble with is the storage and localized display of dates in connection with a SimpleCursorAdapter. I have a class that encapsulates ...
8
votes
9answers
6k views
How to localize Content of a Django application
Hey, i am currently working on a django app for my studies, and came to the point of l18n. Localizing the site itself was very easy, but now i have to allow users, to translate the dynamic content of ...
19
votes
6answers
650 views
Numbers localization in Web applications
How can I set the variant of Arabic numeral without changing character codes ?
Eastern Arabic Û° Û± Û² Û³ Ù¦ Ù¥ Ù¤ Û· Û¸ Û¹
Persian variant Û° Û± Û² Û³ Û´ Ûµ Û¶ Û· Û¸ Û¹
...
11
votes
6answers
575 views
Best Practices for writing software to be consumed internationally (i18n)
I am looking for opinions from experts that have written software consumed internationally. I would like to understand the best practices people have employeed at each logical softare layer (Data ...
10
votes
6answers
1k views
Force exceptions language in English
My Visual Studio 2005 is a French one, installed on a French OS.
All the exceptions I receive during debug or runtime I obtain also in French.
Can I however do something that the exceptions ...
9
votes
3answers
4k views
iOS: How to change app language programmatically WITHOUT restarting the app?
When I change the app used language independently on the device language it doesn't take effect until I close the app and restart it. How to not require app to be restarted for loading all nib files ...
36
votes
6answers
5k views
Find all source hardcoded strings
I need to move all the hard coded strings in my source code in .resx files. Is there a tool that could help me find all the hardcoded strings within C# code?
18
votes
3answers
12k views
Best Practice for Asp.net MVC Resource Files
What are the best usage of the following resource files.
Properties -> Resources (Phil used this resource for localization in DataAnnotation)
App_GlobalResources folder
App_LocalResources folder
...
9
votes
4answers
2k views
How can I add internationalization to my Perl script?
I'm looking at introducing multi-lingual support to a mature CGI application written in Perl. I had originally considered rolling my own solution using a Perl hash (stored on disk) for translation ...
31
votes
7answers
8k views
How to get the FxCop custom dictionary to work?
How is it possible to get the FxCop custom dictionary to work correctly?
I have tried adding words to be recognised to the file 'CustomDictionary.xml', which is kept in the same folder as the FxCop ...
24
votes
5answers
1k views
Haskell, Char, Unicode, and Turkish
For the Char data-type, how do I specify that I want to use the Turkish i instead of the English i for the toLower and toUpper functions?
15
votes
6answers
3k views
Forcing English language exceptions in .NET framework
While working with ASP.NET MVC, I have noticed that exception messages issued by the .NET framework installed on my System are in German. I'd really prefer English messages, so I can post them on SO.
...
8
votes
3answers
437 views
How can I relate Unicode blocks to Languages/Scripts?
I am trying to find a resource that can be used to connect Languages (or more probably Scripts) to blocks of Unicode characters. Such a resource would be used to lookup questions such as "What ...
6
votes
2answers
10k views
Django: How to format a DateField's date representation?
I have a Form with a DateField. The formatted date look like this:
2009-10-03
How can i Format that? I want it look like this:
03.10.2009
I found a widget which renders it like this, but ...
6
votes
4answers
10k views
How to use NSLocalizedString in IB [iPhone SDK]?
When I assign text programmatically, I can use NSLocalizedString(....), but if I am writing the text directly in IB (say to a UILabel) how do I localize it?
6
votes
3answers
2k views
Custom Culture for client specific verbiage?
Looking for some advice on the best way to implement localization along with client specific jargon on a asp.net site that will be used by multiple clients.
For example the labels on a form must vary ...
8
votes
3answers
4k views
Alternatives to gettext?
Are there any general localization/translation alternatives to gettext?
Open source or proprietary doesn't matter.
When I say alternative to gettext, I mean a library for internationalization, with ...
7
votes
2answers
916 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 ...
7
votes
1answer
679 views
What Is a Good Introduction and Tutorial on Internationalization and Localization?
My company uses an internally developed package to support internationalization/localization. However, it was developed some twenty years ago, and the libraries are restricted to one product line. I'm ...
4
votes
1answer
297 views
How to implement internationalization of OG-Tags?
for an upcoming project we wanna translate our app to multiple languages. Having a look at Facebook's How-To: Open Graph Internationalization page, you get very detailed information on doing this.
...
4
votes
2answers
2k views
How to implement localization in web.sitemap
Can you explain how to implement localization in web.sitemap please?
3
votes
2answers
1k views
App domain restarts when .resx file changes. Any way to avoid this?
I have an ASP.NET app with many .resx (resource) files used for localized user controls and pages.
We would like these files to be editable on-the-fly.
However, we have noticed that editing these ...
2
votes
2answers
1k views
How does incremental localization work?
I'm trying to build my first localized application. I have all the strings in code translated using NSLocalizedString (for use with genstrings tool). Now I'm bumping into ibtool. How does incremental ...

