Re: Multiple Language Support
Re: Multiple Language Support
- Subject: Re: Multiple Language Support
- From: Fabian Peters <email@hidden>
- Date: Sun, 26 Feb 2006 00:59:49 +0100
Hi Erik,
yes, you can use that approach in WO as well. Personally I started
with ERXLocalizedString from ProjectWOnder.
AFAIR, with plain WO you'd have to use the WOResourceManager to check
for localized Strings. WOnder provides a few other elements of
localization infrastructure (convenient handle on request's language
preferences, localized validation exceptions and such) that'll
probably prove useful. Localizations are kept in *.strings files,
which are kept in "English.lproj"-style directories for each
language. To avoid encoding headaches, I keep them in UTF16.
If you have more questions, go ahead, there are quite a few people
who have experience with localized WO projects.
HTH
Fabian
Am 25.02.2006 um 23:48 schrieb Erik Gillespie:
Hello,
I'm trying to make a decision about which framework(s) to use for
developing a new project. One feature I would like to have is
support for multiple languages, which I know both WebObjects and
Struts support. The difference is in Struts you can put
translations of any text in a property file and the rest of the
page layout remains the same. The only example of multilingual
support I've seen in WebObjects was one where each language had its
own page so if you wanted to move the location of a form element
(for example) you would have to modify the page for every supported
language. In Struts you simply change a single page.
My question is if there is a way in WebObjects to have a single
page that is based on text objects read from a file/database so I
would only have to modify a page once if I wanted to change the
layout?
Thanks,
Erik
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40e-lumo.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden