Environment Settings¶
Localization (optional)¶
To be able to read files and maintain compatibility, localization
can be set to match the used languages, you can alter the user session
in the profile
file, for example:
Chinese localization
# Metin1 Localization Compatibility
LANG=zh_CN.GB2312; export LANG
LC_LANG=zh_CN.GB2312; export LC_LANG
LC_ALL=zh_CN.GB2312; export LC_ALL
Korean localization
# Metin1 Localization Compatibility
LANG=kr_KR.UTF8; export LANG
LC_LANG=kr_KR.UTF8; export LC_LANG
LC_ALL=kr_KR.UTF8; export LC_ALL