COUNTRY - Country / Language Code
Plain English
Selects the country / language code that orients the KP-200-series LCD keyboard and affects special-character mapping for built-in fonts. TSPL2 PG §COUNTRY p17. `n` is a 3-digit code: 001 USA, 002 Canadian-French, 003 Spanish (Latin America), 031 Dutch, 032 Belgian, 033 French, 034 Spanish (Spain), 036 Hungarian, 038 Yugoslavian, 039 Italian, 041 Switzerland, 042 Slovak, 044 United Kingdom, 045 Danish, 046 Swedish, 047 Norwegian, 048 Polish, 049 German, 055 Brazil, 061 English (International), 351 Portuguese, 358 Finnish. Engine accepts the code but doesn't currently apply locale-specific TEXT formatting — flagged as supported:false until the date-placeholder feature lands.
When to use
When deploying to a region whose keyboard layout / date format differs from the printer's default. Pair with the appropriate CODEPAGE for character-set coverage.
Syntax
COUNTRY n
Parameters
| Parameter | Description |
|---|---|
n | 3-digit country code.
|
Example
COUNTRY 044 CODEPAGE 1252 SIZE 100 mm, 50 mm CLS TEXT 50,30,"3",0,1,1,"UK locale" PRINT 1
Configure UK locale and Windows-1252 codepage