Скачать INTL 1.0 - Country Info Routines

12.09.1994
Скачать файл (2,91 Кб)




This unit gives you access to the country info on the PC running your
application.

In CountryInfoRec the parameters return the following info:

CountryCode returns a code that indentifies the country. The possible
country code are:
$001 : US
$002 : Canadien-French
$003 : Latin America
$01F : Netherlands
$020 : Belgium
$021 : France
$022 : Spain
$024 : Hungary
$026 : Yugoslavia
$027 : Italy
$029 : Switzerland
$02A : Tjekia (Czechoslovakia)
$02B : Austria
$02C : UK
$02D : Denmark
$02E : Sweden
$02F : Norway
$030 : Poland
$031 : Germany
$037 : Brazil
$03D : International English (Australia in DR-DOS 5)
$051 : Japan
$052 : Korea
$056 : China
$058 : Taiwan
$05A : Turkey
$15F : Portugal
$162 : Iceland
$166 : Finland
$311 : Middle East/Saudi Arabia
$3CC : Israel

DateFormat returns a code for the type of date to display:
0 : US (mm-dd-yy)
1 : Europe (dd-mm-yy)
2 : Japan (yy-mm-dd)

TimeFormat returns a code for the type of time to display:
0 : 12h clock
1 : 24h clock

DateSeparator returns the char used to separate the different parts of
a date. E.g "-" (dd-mm-yy) or "/" (dd/mm/yy)

TimeSeparator returns the char used to separate the different parts of
a clock. E.g "." (hh.mm.ss) or ":" (hh:mm:ss)

CurrencySymbol is the symbol for the countrys currency.

ThousandSeparator is the char that separates the thousand in the numbers.
E.g "," (1,000) or "." (1.000)

DecimalSeparator is the char that separates the decimal in the numbers.
E.g "," (7,5) or "." (7.5)

DigitsAfterDecimal is the number of digits after decimal in the countrys
currency.