ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
VT_API.GetLanguageList Method

Get the Language List. 

This is a listing of the active public domain Language items. 

Each Language item is represented by a TLang. The collection of Language items is represented by a List of TLang

Since this data is public, no authentication is required. The returned Auth is used only for status and messages.

C#
[WebMethod(Description = "Gets a list of active languages")]
public TAuthLangList GetLanguageList();

TAuthLangList : an authenticated list of active Language items.

Copyright (c) VETtrak 2022. All rights reserved.