ServicePRO SDK Help

LoginServiceManager..::..GetSupportedLanguages Method

Gets all supported languages.

Namespace:  ServicePRO.Sdk.Windows.Managers
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public void GetSupportedLanguages(
	Action<ObservableCollection<stcListItem>, Exception> callbackAction
)
Public Sub GetSupportedLanguages ( _
	callbackAction As Action(Of ObservableCollection(Of stcListItem), Exception) _
)

Parameters

callbackAction
Type: Action<(Of <(<'ObservableCollection<(Of <(<'stcListItem>)>)>, Exception>)>)>
The callback action. (Callback method will receive Observable Collection of stcListItem with content of available languages if success.)