Returns the system recognized language code for a user.
Your product region supports the use of national language character sets, based on the user's language code, which is returned in the &ZUSERSLC system variable.
Example: &ZUSERSLC
&CALL PROC=GETMSG PARMS=(ID=&MSGID,LANG=&ZUSERSLC)
When the user's language code (&ZUSERLC) is a system defined value, this is the value returned in &ZUSERSLC. If &ZSERLC is not a system defined value, the language code of the system (which is set using the SYSPARMS command LANG operand) is returned. If the system language code is not a system defined value, the value UK is returned.
| Copyright © 2009 CA. All rights reserved. |
|