How simplify iPhone localization?
Posted
by mamcx
on Stack Overflow
See other posts from Stack Overflow
or by mamcx
Published on 2009-05-22T14:57:58Z
Indexed on
2010/03/21
19:51 UTC
Read the original article
Hit count: 292
iphone-sdk
|localization
I need to localiza a in development app for English & Spanish.
Despite the fact I follow the Apple way of use NSLocalizedString & create nibs for both, I already lost the track of the new string that need to get localized and found with surprise that I need to redo the nibs in spanish when I change the master.
(Just like this http://www.gigliwood.com/weblog/Cocoa/A_Great_Need_for_Be.html)
I wonder if exist a better/alternative/more automated way.
I know the use of gettext & poedit and wonder if something like that can be used.
Or if exist some script or tool for this.
© Stack Overflow or respective owner