Following are the Portal Internationalization and Localization JSP Tags. The are contained in i18n_taglib.jar and l10n_taglib.jar.
i18n:getMessage | Retrieves and displays localized static text or messages from a JspMessageBundle. |
i18n:localize | Defines the language, country, variant, and base bundle name to be used throughout a page when accessing resource bundles with the i18n:getmessage tag. |
l10n:include | Includes a localized version of a page. |
l10n:forward | Forwards to a localized version of a page. |
l10n:resolve | Resolves to a localized version of a page. |