Metrologic Optimus S Programming Manual page 103

"c" programming guide
Table of Contents

Advertisement

SetLanguage
Purpose
To select which language is to be used from the multi-language font file.
Syntax
void SetLanguage (int setting);
int setting;
Example
SetLanguage (0x14);
Description
If the multi-language font file has been downloaded to the terminal, then this
routine can be used to specify which language font is to be used by the system.
Later you can always change this setting in the System Menu.
The value of the parameter setting, with code page specified, can be one of the
following:
0x10
0x11
0x12
0x13
0x14
0x15
0x16
0x17
0x18
0x19
0x1a
0x1b
0x1c
0x1d
0x1e
0x1f
0x20
Return
None
See Also
CheckFont, SetFont
Chapter 3 Terminal Specific Function Library
/* integer represents the language to be used */
English_437
: English (default)
French_863
: Canadian French
Hebrew_862
: Hebrew
Latin_850
: Multilingual Latin I
Nordic_865
: Nordic
Portugal_860
: Portuguese
CP_1251
: Cyrillic (Russian)
CP_852
: Latin II (Slavic)
CP_1250
: Central European, Latin II (Polish)
Turkish_857
: Turkish
Latin_II
: Latin II (Slovak)
WIN1250
: Windows 1250
ISO_28592
: ISO-28592 (Latin 2)/ISO 8859-2
IBM_LATIN_II
: IBM-LATIN II
Greek_737
: Greek
CP_1252
: Latin I
CP_1253
: Greek
97
/* choose the Nodic font */

Advertisement

Table of Contents
loading

This manual is also suitable for:

Optimus r

Table of Contents