Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Portal Internationalization
Tag localize


Description

Define the language, country, variant, and base bundle name to be used throughout a page when accessing bundles via the getMessage tag.


Tag Information
Tag Classcom.bea.p13n.taglib.i18n.LocalizeTag
TagExtraInfo Classcom.bea.p13n.taglib.i18n.LocalizeExtraInfo
Body Contentempty
Display NameLocalize

Attributes
NameRequiredRequest-timeDescription
bundleNamefalsetrue The base name of the MessageBundle used to retrieve localized text.
languagefalsetrue A two character ISO Language Code denoting the user's prefered language, or a String array of prefered language codes with stronger preferences occurring earlier in the array.
countryfalsetrue The two character ISO Country Code for the user's country.
variantfalsetrue The locale's variant, used when the language and country are not specific enough.
charsetfalsetrue The name of the character encoding set to use. Defaults to an encoding appropriate for for the chosen language, or UTF-8 if that can not be determined.
contentTypefalsetrue The type of content contained in the page. Defaults to "text/html".
localefalsetrue Instead of specifying language, country, and variant as Strings, a java.util.Locale object can be provided. If provided, the values in the Locale will override language, country, and variant values passed to the tag.

Variables
No Variables Defined.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Copyright © 2011, Oracle. All rights reserved.