CodePage Property
Description
The code page number for the language used by the emulator (IBM PCOM only).
Property type
Read-write property
Syntax
Visual Basic
Public Property CodePage As Long
Remarks

If you are using an IBM PCOM emulator with a language other than English, enter the code page number for this language. To view a list of languages and their code page numbers, select Region and Language in the Windows Control Panel and then select Administrative > Change system locale.

UFT uses this code page to correctly identify the keys you record. For example, for the German language keyboard, enter the value 1252. To use the default code page conversion, specify 0.

This property value applies to all terminal emulator configurations, regardless of the currently selected emulator.

Example
See Also