Info |
---|
|
- This routine is available starting with SIL Engine™ 4.5.8.
|
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | userLocale(user) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns the locale for a user. |
Returns the locale for a user.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
user | |
...
String | Yes | Username or key of the user. |
|
Return
...
Type
stringString
The return value represents the language code and the country code for the specified user.
...
Code Block |
---|
userLocale("admin");
|
Returns: The language of admin. (E.g: en_US)
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 15025 |
---|
showSpace | false |
---|
cql | label = "jira_user_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_user_routineroutines |
---|
|