VintaSoft Imaging .NET SDK 12.4: 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);
    
    
    function getLocalizationInfo(
    id
    The localization identifier.
    : string
    ) : object;

    Parameters

    id
    The localization identifier.

    Return Value

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