Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The only supported operating system locale definition for DPOD is enis en_US.UTF-8.


This is the locale configuration for DPOD For appliance installation, this locale is configured automatically.

Non-Appliance installation should also be configured to the supported locale .Please follow the procedure to make sure the configuration is correctusing the following steps.

Identifying the current locale

login to the Non-Appliance server using SSH and run the following command:

Code Block
languagebash
themeRDark
localectl status


The

...

command

...

output

...

should

...

be

...

:

Code Block
languagebash
themeRDark
System Locale: LANG=en_US.UTF-8
       VC Keymap: us
      X11 Layout: us

...

If the Non-Appliance server is configured with a different locale - configure the supported local locale:

  1. Set the new locale using the following command:

    Code Block
    languagebash
    themeRDark
    localectl set-locale LANG=en_US.UTF-8


  2. Validate the new configuration Use the same steps as before to identify the current locale:

    Code Block
    languagebash
    themeRDark
    localectl status
    output :
    System Locale: LANG=en_US.UTF-8
           VC Keymap: us
          X11 Layout: us


  3. Restart the operating systemserver