4.10. Localization Issues

4.10.1. utselect and utwall (Linux)

In the Simplified Chinese, Traditional Chinese, and Korean locales, utselect and utwall do not work properly in the Linux distributions.

Workaround: Remove the utselect and utwall catalog files from the appropriate locale sub-directory. This brings up utselect and utwall in English.

For the Simplified Chinese locale:

# rm /opt/SUNWut/lib/locale/zh_CN/LC_MESSAGES/utselect.mo
# rm /opt/SUNWut/lib/locale/zh_CN/LC_MESSAGES/utwall.mo
# rm /opt/SUNWut/lib/locale/zh_CN.utf8/LC_MESSAGES/utselect.mo
# rm /opt/SUNWut/lib/locale/zh_CN.utf8/LC_MESSAGES/utwall.mo

For the Traditional Chinese locale:

# rm /opt/SUNWut/lib/locale/zh_TW/LC_MESSAGES/utselect.mo
# rm /opt/SUNWut/lib/locale/zh_TW/LC_MESSAGES/utwall.mo

For the Korean locale:

# rm /opt/SUNWut/lib/locale/ko_KR.utf8/LC_MESSAGES/utselect.mo
# rm /opt/SUNWut/lib/locale/ko_KR.utf8/LC_MESSAGES/utwall.mo