Previous Topic: Set the Locale Variable on Windows Operating EnvironmentsNext Topic: Set the Locale Variable on UNIX or Linux Operating Environments


Verify the Locale Variable Value on Windows Operating Environments

You can very the value to which the locale variable is set at any time. You can do this procedure after setting the variable to confirm that it is set correctly.

Note: Instructions for verifying the variable value on UNIX and Linux are in the setting procedure.

Follow these steps:

  1. Open a command-line window with the following steps:
    1. Click Start, Run.
    2. Type the following command:
      cmd
      
    3. Click OK.

      A command-line window opens.

  2. Enter the following command:
    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
    

    The value of the locale variable is verified.