CWT has a built-in support for regional notation for currency, time, date, and number for several languages. For example; in United States the common way of displaying currency, time, date and number is $10, 2:15 PM, 5/15/2009 and 12,000.00 respectively. But in Sweden the common way is 10 kr, 14:15, 2009-05-15, and 12 000,00.
The CWT supports several regions in the same application. The regions are defined in the CWT configuration file. Below is an example of United States and Sweden. For more information see the CWT Software Configuration Handbook.
<CORE>
<language id="0" value='en-US'/>
<language id="1" value='sv-SE'/>
</CORE>
To select a different regional notation (change language code) there are a group of button click functions with names starting with “OnLanguage…” for further details see Button click-function. Changing language code for regional notation is the same as for translation.