Home > Contents > 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.
Description
You use the
LOCALE.CREATE
tag to generate a locale object, which is used to describe the desired locale for various other tags in the system.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.