ij Properties Reference
Page 13 of 13

cloudscape.ui.locale

Function

Set this property to specify a language for the messages and GUI for the tool you are running. The ij command LocalizedDisplay also uses this property to determine the format for displaying locale-sensitive data (such as dates and times). Cloudview uses this property when the Localized Data Representation menu item is active.

Syntax

cloudscape.ui.locale=ll_CC

where ll_CC is the language-code_country-code. locale defaults to the Java system locale. For more information about locales, see locale=ll_CC in the Cloudscape Reference Manual.

Example

The following command line specifies to run ij using the Japanese locale (locale=ja_JP), in Japanese Latin Kanji mixed encoding (codeset=Cp939), allowing Unicode escape sequences (unicodeEscape=on):

java -Dcloudscape.ui.locale=ja_JP -Dcloudscape.ui.codeset=Cp939 
    -Dij.unicodeEscape=on -Dij.protocol=jdbc:cloudscape:
    COM.cloudscape.tools.ij