Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
locale:create
Creates a locale descriptor for use in other tags.
Syntax
<locale:create varname="localeobject
" country="isocountry
" language="isolanguage
" localename="locale name"/>Parameters
varname
(required)- Input and output parameter. As input, name of a variable to which to assign the locale object on output.
country
(required)- Input parameter. ISO-standard country name.
language
(required)- Input parameter. ISO-standard language name.
localename (required)
- Input parameter. Name of the locale; for example,
en_US
for the United States,ja_JP
for Japan, orfr_FR
for France.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.