I18N
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > I18N |
Description
Internationalization is the process of designing and preparing your script to be usable in different languages.
Localization is the process of translating your internationalized scripts into specific languages for particular locales.
I18N module provides function to handle those two aspects using specific XML files.
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "I18N"
This directive will load the module and add new keywords and classes described in this section.