Home > BSPrinter documentation > Reference

BSLanguageIDConstants Enumeration

Languages which has built-in support currently in the component.

Note: This enum is not provided by the component. You will need to declare the constants in your code to use them.


bsLang_AUTO_SELECT = 0 ' The language will be selected automatically according to the user locale.
bsLang_ARABIC = 1 ' Arabic.
bsLang_CHINESE_SIMPLIFIED = 4 ' Chinese simplified.
bsLang_GERMAN = 7 ' German.
bsLang_GREEK = 8 ' Greek.
bsLang_ENGLISH = 9 ' English.
bsLang_SPANISH = 10 ' Spanish.
bsLang_FRENCH = 12 ' French.
bsLang_HEBREW = 13 ' Hebrew.
bsLang_ITALIAN = 16 ' Italian.
bsLang_PORTUGUESE = 22 ' Portuguese.