The following locale variable specifies the language settings for the software:
SM_ADMIN_LOCALE
Create this variable and set it to the language that you want. Set this variable on each component for which you want to use another language. For example, suppose you want to have a Policy Server and an agent that is set to French. Set this variable on both of those components to French.
Note: The installation or configuration programs do not set this variable.
Follow these steps:
export SM_ADMIN_LOCALE=IANA_language_code
The command in the following example sets the language to French:
export SM_ADMIN_LOCALE=fr
The locale variable is set.
echo $SM_ADMIN_LOCALE
The locale appears on the next line. For example, when the language is set to German, the following code appears:
de
|
Copyright © 2013 CA.
All rights reserved.
|
|