Module: mixins/languageInfo

The languageInfo mixin is responsible for retrieving the list of all languages supported by Transifex.
Source:

Methods

(inner) languageInfo(language_code)

Retrieve the details of specific language.
Parameters:
Name Type Description
language_code string The target language code
Source:
Example
txApi.languageInfo('testproject').then(function(data) {})

(inner) languagesInfo()

Retrieve the list of languages supported by Transifex.
Source:
Example
txApi.languagesInfo().then(function(data) {})