The locales
utility is used for managing the locales in Plesk.
%plesk_cli%
locales.exe <command> [<locale_code>]
The following command sets the en-US
locale as the default one.
locales.exe --set-default en-US
Command |
Parameter |
Description |
Example |
|
|
Sets the specified locale as the default locale. |
To set the locales.exe --set-default en-US |
|
|
Enables the specified locale. |
To enable the locales.exe --enable en-US |
|
|
Disables the locale. |
To disable the locales.exe --disable en-US |
|
|
Shows the list of available locales. |
To see the list of available locales: locales.exe -l |
|
|
Shows information about locales. |
To see the current status of all available locales: locales.exe --status |
|
|
Displays this help page. |
To see the help page: locales.exe -h |