4.5. How to Change the Admin GUI to English Locale

This procedure describes how to change the Admin GUI to display English if it is displaying an undesired language.

  1. Become superuser on the Sun Ray server.

  2. Export the English locale.

    export LC_ALL=C
  3. Stop the web admin services.

    /etc/init.d/utwadmin stop
  4. Start the web admin services.

    /etc/init.d/utwadmin start

For a more permanent solution, you can remove the non-English Sun Ray Software packages from the server. The following example removes the French packages and restarts the web admin services.

# /etc/init.d/utwadmin stop
# pkgrm SUNWfuta SUNWfutwa SUNWfutwh SUNWfutwl
# /etc/init.d/utwadmin start