Best way for localization routing
Best way for localization routing
- Subject: Best way for localization routing
- From: Dev WO <email@hidden>
- Date: Tue, 10 Feb 2004 23:46:55 +0100
Hi,
I'm building a web app in 5 different language. The entry page is
available in the 5 language, but there's also links to enter with a
different language (so the all 5 entry pages got the 5 language
option).
I remember people talking about project Wonder for localization
purpose, but let me give more details:
-I'd like to get the browser's language (or the OS language if
possible), that should load the entry page in the right language, or if
there's no match, go to a default language (let say English).
-If the user clicks on the main link (the actual language), all the
session would be in this language.
-If the user chooses another language (one of the secondary ones), it
goes to the web app, with this new language parameter.
So I think I have to find a way to write the language parameter in the
session (so session.java I think), then rewrite it if the user chooses
another language. Or maybe it is easier to write the language parameter
when he clicks in the language button in the entry page (so that
there's no rewrite), but the entry page is already inside the Web
App...
So if someone has some inputs on how to deal with this, I highly
appreciate them;)
I couldn't find where are the documentation for localization in WO, can
someone point me to them? So I could learn how WO handles localization.
Then do I need project Wonder for the first part (getting the
browser/OS language, and pass it to WO)?
Thanks a lot
Xavier
_______________________________________________
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.