formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Utility
Description
Get the extension of a language
This will return the 3 character extension value for the language.
The tag is the 3 character extension used in the formZ resource filenames.
The tag buffer must be at least 4 bytes fzrt_int to accommodate the 3 characters and the NULL terminator.
The currently supported language tags are:
ENU - US English
FRA - France
DEU - German
ESP - Spain
ELL - Greek
ITA - Italy
JPN - Japan (Hirigana, Katakana, Kanji)
CHS - Chinese Simplified (PRC)
CHT - Chinese Traditional (Taiwan)
KOR - Korean (Hangul, Hanja)
Plugin Prototype
fzrt_error_td fzrt_lang_info_get_tag(void)
Returns
FZRT_NOERR on success, an error id otherwise.
Availability
5.5.0.0
Function Set
Defined in