Home > Contents > Index >
CCUSER.SETLOCALE
This tag is used to set the locale settings that are in effect for the current user.
Syntax
<CCUSER.SETLOCALE NAME="user name" VALUE=="variable name" />Parameters
NAME (required)
- Object name of the current user that is created/loaded.
VALUE(required)
- Variable name name that will contains the locale value that has to be set for the current user.
Example
<!-- For each user get the id of the user using CCUSER.ID --> <USERMANAGER.GETUSER USER="1167817871601" OBJVARNAME="usrObj" />
<CCUSER.SETLOCALE NAME="usrObj" VALUE="EN_US"/>
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.