Description
Returns languages used in the system to which returned data can be translated. By default output data includes languages sorted by id.
Package
This method is included all packages.
Parameters
Optional | Data type | Description |
---|---|---|
page | xsd:int | Determines offset of paginated data. Default value is 1 which means first page. |
limit | xsd:int | Determines maximum number of returned records on page. Used in paginated data. Default value is 50. Possible values: 5, 10, 25, 50, 100, 250, 500 |
Method calling examples:
link | result description |
---|---|
https://api.softnetsport.com/v2/languages.xml | returns list of languages available in translations |
Output elements
.language | language used in the system |
---|---|
id | Unique identifier for language. |
code | Two character language code |
name | Name of language |
original_name | Name of language translated in this language eg. for German language original name is Deutch |