Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
ccuser:setlocale
This tag is used to set the locale settings that are in effect for the current user.
Syntax
<ccuser:getlocale 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 > ![]()
FatWire JSP Tag Reference
Copyright 2005 - 2011 by FatWire Corporation
All rights reserved.