Re: More localization
Re: More localization
- Subject: Re: More localization
- From: Douglas Davidson <email@hidden>
- Date: Tue, 11 Dec 2001 12:07:58 -0800
On Tuesday, December 11, 2001, at 10:56 AM, Jens Bauer wrote:
1: Create a cocoa application
2: Create a "Localizable.strings" in the "Resources" group containing
one
English and one Danish file:
The Localizable.strings file is for those strings that are referred to
in code using one of the NSBundle or CFBundle string localization APIs.
You will also need to create localized versions of your nibs, to
localize those strings that appear in nibs rather than in code. The
localized nibs can also be re-laid-out as desired. There may be other
elements that require localization--images or sounds, for example--which
would typically be treated as separate localizable resources.
See the System Overview documentation for more information on the
localization process; there used to be a separate Localization release
note, but I believe its contents have now been subsumed by the System
Overview and Bundle Services documentation.
Douglas Davidson