FROM : Douglas Davidson
DATE : Tue Mar 04 23:50:52 2008
On Mar 4, 2008, at 2:43 PM, Alexander Hartner wrote:
> I have an application which I would like to localise, however i need
> to support two flavours of English, one for the British edition and
> another for the US. In particular the word "Synchronize /
> Synchronise) is cause me headaches. Interface builder only seems to
> give me English.
Make sure that your project has an en.lproj (or English.lproj, but
en.lproj is recommended). Place into it a copy of each localized item
in a version suitable for those who express a preference for English,
but not a preference for US vs British English. Then you may
optionally create language variant .lprojs, for example en_GB.lproj or
en_US.lproj, and place items in there that will override the generic
versions in en.lproj. The generic en.lproj should have a copy of each
item, but the specific en_*.lprojs need not--only those items that
need overriding need to be there.
Douglas Davidson
DATE : Tue Mar 04 23:50:52 2008
On Mar 4, 2008, at 2:43 PM, Alexander Hartner wrote:
> I have an application which I would like to localise, however i need
> to support two flavours of English, one for the British edition and
> another for the US. In particular the word "Synchronize /
> Synchronise) is cause me headaches. Interface builder only seems to
> give me English.
Make sure that your project has an en.lproj (or English.lproj, but
en.lproj is recommended). Place into it a copy of each localized item
in a version suitable for those who express a preference for English,
but not a preference for US vs British English. Then you may
optionally create language variant .lprojs, for example en_GB.lproj or
en_US.lproj, and place items in there that will override the generic
versions in en.lproj. The generic en.lproj should have a copy of each
item, but the specific en_*.lprojs need not--only those items that
need overriding need to be there.
Douglas Davidson
| Related mails | Author | Date |
|---|---|---|
| Alexander Hartner | Mar 4, 23:43 | |
| Douglas Davidson | Mar 4, 23:50 | |
| Nick Zitzmann | Mar 4, 23:51 | |
| mmalc crawford | Mar 5, 00:04 | |
| Sean McBride | Mar 5, 00:23 | |
| Jens Alfke | Mar 5, 06:36 | |
| Christopher Nebel | Mar 5, 18:25 | |
| Jonathan Dann | Mar 6, 02:35 | |
| Deborah Goldsmith | Mar 6, 04:41 | |
| Alexander Hartner | Mar 13, 01:47 |






Cocoa mail archive

