Tags fmt
Tag setLocale


Stores the given locale in the locale configuration variable


Tag Information
Tag Classorg.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
valuetruetruejava.lang.StringA String value is interpreted as the printable representation of a locale, which must contain a two-letter (lower-case) language code (as defined by ISO-639), and may contain a two-letter (upper-case) country code (as defined by ISO-3166). Language and country codes must be separated by hyphen (-) or underscore (_).
variantfalsetruejava.lang.StringVendor- or browser-specific variant. See the java.util.Locale javadocs for more information on variants.
scopefalsefalsejava.lang.StringScope of the locale configuration variable.

Variables
No Variables Defined.


Copyright © 2018, 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.