Skip navigation.
 
mlRe: Localise between different versions of English
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

Related mailsAuthorDate
mlLocalise between different versions of English Alexander Hartner Mar 4, 23:43
mlRe: Localise between different versions of English Douglas Davidson Mar 4, 23:50
mlRe: Localise between different versions of English Nick Zitzmann Mar 4, 23:51
mlRe: Localise between different versions of English mmalc crawford Mar 5, 00:04
mlRe: Localise between different versions of English Sean McBride Mar 5, 00:23
mlRe: Localise between different versions of English Jens Alfke Mar 5, 06:36
mlRe: Localise between different versions of English Christopher Nebel Mar 5, 18:25
mlRe: Localise between different versions of English Jonathan Dann Mar 6, 02:35
mlRe: Localise between different versions of English Deborah Goldsmith Mar 6, 04:41
mlFwd: Localise between different versions of English in System Preferences Alexander Hartner Mar 13, 01:47