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="1167817873841" objvarname="usrObj" />
<ccuser:setlocale name="usrObj" value="en_us"/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.