Returns all avaliable languages.
Parameters
| Name | Type | Description |
cb optional | function | callback function |
Example
this.requestLanguageList = function(cb) {
return _request({
method: 'GET',
url: '/languages/',
callback: cb
});
};
Returns all avaliable languages.
| Name | Type | Description |
cb optional | function | callback function |
this.requestLanguageList = function(cb) {
return _request({
method: 'GET',
url: '/languages/',
callback: cb
});
};
Copyright 2023 Maytech a Kiteworks company • All rights reserved
Add Comment