.pdf)
WHM Plugins
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Retrieve a user's character set encoding. |
| Returns: | |
<data> <encoding> The authenticated user's character set encoding (e.g. utf-8) </encoding> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Retrieve the user's locale ID tag. |
| Returns: | |
<data> <locale> The authenticated user's locale identifier tag. (e.g. en, en_us, fr) </locale> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Retrieve the name the user's locale. |
| Returns: | |
<data> <name> The name of the authenticated user's locale in the locale's language. (e.g. English) </name> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Retrieve the name of a locale in the authenticated user's language. |
| Parameters: | |
| locale (string(optional)) | |
| The locale to retrieve. This parameter defaults to the user's locale. | |
| Returns: | |
<data> <name> The name of the locale in the authenticated user's language. (e.g. English, French) </name> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Retrieve the authenticated user's locale's directionality in HTML format. |
| Returns: | |
<data> <dir> The locale's directionality (left-to-right or right-to-left) as a string to use with the HTML dir attribute. (e.g. 'rtl' or 'ltr') </dir> </data> |