Previous Topic

Next Topic

Book Contents

Book Index

Setting the locale environment variable (UNIX or Linux)

Complete this task on every computer or UNIX account that runs components of the following products:

To set the locale environment variable (UNIX or Linux):

  1. Set the LC_CTYPE environment variable to the required language locale (see table in the section Preparing a UNIX or Linux environment) by adding the following line to the end of:

    setenv LC_CTYPE <localeName>

    Example

    For Control-M/Server

    setenv LC_CTYPE KO_KR.UTF-8

    All other environment variables pertaining to locale in either the .ctmcshrc file or the .cshrc file are set automatically during installation to the following values:

    LC_ALL="" (an empty string)

    LANG=C

    LC_COLLATE=C

    LC_MESSAGES=C

  2. To apply the new settings to the environment, run the following command:

Parent Topic

Configuring CJK language support (after installation)