Arbortext Command Language > Functions by Alphabetical Listing > cjk_locale
  
cjk_locale
cjk_locale ()
 
This function returns the following non-zero values if Arbortext Editor is running on a Chinese, Japanese or Korean (CJK) system locale:
1
Japanese
2
Simplified Chinese
3
Traditional Chinese
4
Korean
It returns a 0 if Arbortext Editor is not running on a CJK system locale.
Execute the following command at the Arbortext Editor command line to determine the system locale:
eval cjk_locale()
Related Topics
CJK support
getlocale function