Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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

OptionalData typeDescription
langxsd:string

Determines language for output data. Possible values: en, pl

pagexsd:intDetermines offset of paginated data. Default value is 1 which means first page.
limitxsd: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.xmlreturns list of languages available in translations

Output elements

.language
language used in the system
idUnique identifier for language.
codeTwo character language code
nameName of language
original_nameName of language translated in this language eg. for German language original name is Deutch
  • No labels