On Jan 7, 2010, at 12:36 AM, cocoa-dev-requ...@lists.apple.com wrote:

> Subject: Re: What gets automatically localized?
> To: Cocoa Developers <cocoa-dev@lists.apple.com>
> Message-ID: <d5c47a39-c892-4cc6-ae10-bbc0f6ea7...@ieee.org>
> Content-Type: text/plain; charset=windows-1252
> 
> 
> On 2010 Jan 05, at 14:11, Dave DeLong wrote:
> 
>> I'm working on localizing an application, and I've been trying to figure out 
>> what the runtime/OS/whatever will automatically localize for me 
>> (specifically referring to the standard menubar).  Obviously, if I add my 
>> own NSMenuItems, I have to localize them myself.  Some menuitems seem to be 
>> translated automatically (Undo, Redo, Special Characters), while others 
>> don't (Find, Spelling, Services).  Is there any rhyme or reason to why some 
>> menuitems get localized without intervention and others don't?  Do I, for 
>> example, need to manually localize "About MyApp", "MyApp Help", "Hide 
>> MyApp", "File" (the menu title), "Edit" (menu title), etc?
> 
There isn't a canonical list (AFAIK).
But there is one sure way to find out... create the localized nibs!
Two places you must check for in the  <locale name>.lproj 
the nib/xib files themselves (or by launching the app)
and Localizable.strings file

ibtool will help tremendously in finding out.

One BIG caveat: some words in English are the same in other locales!!
Translation: there are no shortcuts to good localization. (not many anyways)

(same with engineering, graphic design, 
etc...)_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to