Ifd:getLanguages

From dev.ifd-library.org

Jump to: navigation, search

API version 2

Function public  IfdLanguage [] getLanguages (String session_id) throws IfdServerException

Function to list all languages availabe in the IFD dictionary. The languages are returned as an array of IfdLanguage

Input:

  • session_id - the session id for the current user

Return:

  • IfdLanguage [] - An array containing all languages in the IFD library

API version 3

Function public  IfdLanguage [] getLanguages  String session_id) throws IfdServerException

EXPRESS heading

 QUERY_FUNCTION getLanguages: LIST OF IfdLanguage;

The function returns list of all languages available in target IFD population to specify concept names and descriptions.

Input:

  • session_id - the session id for the current user

Return:

IfdLanguage [] - Aggregate of fully specified the languages, with the following attributes for every element:

  • guid - global unique id of the language;
  • name_in_english - the language unique name in English;
  • name_in_self - (optional) self name of the language;
  • language_code - standard two or three letter language unique code


Back to the API

Comments: Talk:Ifd:getLanguages