winccoa-manager
    Preparing search index...

    Enumeration WinccoaLangStringFormat

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

    Index

    Enumeration Members

    Array: 3

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

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

    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' }
    
    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.