Multi-language strings will be returned as an array, sorted by language IDs.
['Deutscher Text', 'English text']
Multi-language strings will be returned as an object, locale names are used as property names.
{ 'de_AT.utf8': 'Deutscher Text', 'en_US.utf8': 'English text' }
Multi-language strings will be returned as a simple sting in the current language.
Multi-language strings will be returned as a single string in the language defined with option WinccoaOptions.langIdx.
Enumerates the formats in which a multi-language strings (CTRL
langString
) can be returned by the API.See