Re: Localizable.strings question
Re: Localizable.strings question
- Subject: Re: Localizable.strings question
- From: mmalcolm crawford <email@hidden>
- Date: Thu, 10 Apr 2003 15:43:06 -0700
On Wednesday, April 9, 2003, at 03:54 AM, Buyung Pamungkas wrote:
My problem is how to make the direction if I make some
Localized Variant (Ex : Spanish and German) ?
FYI, It succed if I put my language on
Localizable.strings.
But, I failed while I'm using Localized Variant. I
couldn't change my application language from English
to other language easily. I must copy paste my own
Localizable.strings to English :(
I'm afraid it's not clear to me exactly what you have done, and what
your problem is.
I presume that within Project Builder you have created localised
versions of various resources, much as you would for a Cocoa
application:
<http://www.stepwise.com/Articles/Technical/2003-04-03.01.html>
All of the localised versions of an application exist concurrently.
Each user is able to see the application localised to their preferred
locale (or the best match). To see the interface in a given
localisation, you have to set your browser language preference
appropriately, or give the user a link to set their session language
using, for example:
session().setLanguages(new NSArray("French"));
For a complete example illustrating a couple of options, see:
<http://homepage.mac.com/mmalc/WOExamples/
WOLocalisationExample.gnutar.gz>
mmalc
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.