VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / VintasoftLocalizationJS type / getLocalizationInfo Property
Syntax BrowserCompatibility SeeAlso
In This Topic
getLocalizationInfo Method
In This Topic
Returns localization info for the specified localization identifier.
Syntax
var instance = new Vintasoft.Shared.VintasoftLocalizationJS();

var value; // Type: object

// Parameters
var id; // Type: string

value = instance.getLocalizationInfo(id);

Parameters

id
The localization identifier.

Return Value

Localization info if info is found; otherwise, null.
Browser Compatibility
56+
45+
11
See Also