Documentation

sale.statusLang.getListLangs

sale.statusLang.getListLangs()

The method gets list of languages for localization.

When successful, returns list of languages in response body.

Parameters

No parameters.



Examples

BX24.callMethod(
    'sale.statusLang.getListLangs', 
    {}, 
    function(result)
    {
        if(result.error())
            console.error(result.error().ex);
        else
            console.log(result.data());
});


© «Bitrix24», 2001-2024
Up