Versions Compared

Key

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

...

LM-X performs checks to verify that environment variables (for example LC_ALL or LANG) are set. If they are not set, then LM-X sets the default directory path that these variables point to to Cthem to "C". However, if the environment variable does not point to a valid locationlocale, then LM-X does not perform any action, because it considers such variable to be set. When LM-X is unable to find a valid locale, you will see an error similar to the following:

...

This is not an LM-X error, but rather indicates the a problem with your local machine , which was caused by a misconfigured locale.  

You can get a list of the available locales use the following command to output information about the current locale environment on your system by running the following command:

locale

The following command checks if the To check if current locales are supported (by....................)by your operating system, run the following command:

 locale -a

To install the locale, run the following command:

sudo locale-gen name_of_the_locale

 

 

For more information about locales, please refer to official Ubuntu documentation, or see the documentation relevant for your operating system.