App GetLocaleInfoAsync Method (String)Qlik Sense .NET SDK - API Reference

Retrieves information about locale.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<LocaleInfo> GetLocaleInfoAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask LocaleInfo 

Implements

IApp GetLocaleInfoAsync(String)
See Also