General Programming |
Author |
Message |
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Wed Jul 23, 2008 1:11 am Post subject: Localization |
|
|
Apple - Introduction to Internationalization Programming Topics
"Rather than rewrite your software for each language you want to support,
you can internationalize it to support any language. Through localization, you
can then translate user-visible text and images that can then be displayed
by your application. This document helps you understand the steps needed
to prepare your application for these processes."
Last edited by delovski on Sat Sep 06, 2008 12:47 pm; edited 1 time in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Sat Sep 06, 2008 12:58 pm Post subject: |
|
|
gtk+f - How can i display chinese characters?
"if the locale is set to Chinese and you've set up your program for gettext,
won't pango do that for you?" |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Sun Sep 07, 2008 11:07 am Post subject: |
|
|
A Practical Guide to Localization, by Bert Esselink.
Packed with lots of useful information and references. Multiplatform, Mac and
Windows, but since it's a book from year 2000, Mac related stuff is about the
Classic Mac OS 9 and not about the new Mac OS X. |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Tue Sep 30, 2008 9:54 pm Post subject: |
|
|
MF - Localization of Mac Applications
"It's a good idea to because the link above says 'Strings files encoded using
UTF-8 are not guaranteed to work.' When in doubt, encode the file using UTF-16." |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Tue Dec 09, 2008 7:22 pm Post subject: |
|
|
itworld.com - Pet Peeves - Unicode
"Let us start by looking at four main variables in the space : language, country,
culture and technology. Language. Let us take that one first. How hard can
that be? Well, what list of languages do you want to target? Please don't say
"all of them". There is no such thing as a definitive list of languages and even
if there was, the list of languages supported in Unicode changes across various
incarnations of Unicode." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Sun Jun 14, 2009 12:00 am Post subject: |
|
|
cocoadev.com - LocalizationTips
"Use the command line tool genstrings to automatically create an initial cor-
rectly formatted strings file with comments, keys and values. When you cre-
ate your key for the NSLocalizedString*, make the key also be the value
then you won't need to alter the value for each key for at least one strings
file." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Tue Aug 11, 2009 7:10 pm Post subject: |
|
|
so - iPhone localization with sqlite?
"What happens if the strings you need to localize are in the database? I hav-
en't found discussion of this type of localization. However, I imagine it is ext-
remely common given that many iPhone apps use sqlite." |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
|
Back to top |
|
|
|