Enumeration WinccoaLangTextFormat

Enumerates the formats in which a multi-language strings (CTRL langString) can be returned by the API.

Enumeration Members

Array: 3

Multi-language strings will be returned as an array, sorted by language IDs.

Example

['Deutscher Text', 'English text']
Object: 2

Multi-language strings will be returned as an object, locale names are used as property names.

Example

{ 'de_AT.utf8': 'Deutscher Text', 'en_US.utf8': 'English text' }
StringActiveLanguage: 0

Multi-language strings will be returned as a simple sting in the current language.

StringFixed: 1

Multi-language strings will be returned as a single string in the language defined with option WinccoaOptions.langIdx.