You can implement LocalePicker
(http://stripes.sourceforge.net/docs/current/javadoc/net/sourceforge/stripes/localization/LocalePicker.html)
and return "en" for all of your admin pages. Depending on the Stripes
version you're using, it's being picked up automatically (since 1.5)
or you need to configure it in the deployment descriptor (before 1.5,
see http://www.stripesframework.org/display/stripes/Configuration+Reference).

Regards,
  Levi

On Wed, Jun 11, 2008 at 8:55 PM, Alan Burlison <[EMAIL PROTECTED]> wrote:
> I'm developing an application which has two components, one  part for
> users which needs to be internationalised, and one part for admins which
> doesn't - at least not in the initial version.  The admin part is all in
> English, but if an admin has their browser language preferences set to
> prefer a non-english language they get a mix of internationalised and
> non-internationalised content on the admin pages.  Is there any way I
> can force all the stripes tags on the admin pages to use English and to
> ignore all the i18n property bundles?
>
> --
> Alan Burlison
> --
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Stripes-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to