VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / VintasoftLocalizationJS type / get_IsReady Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsReady Method
    In This Topic
    Gets a value indicating whether the localizer is ready for localization.
    Syntax
    var instance = new Vintasoft.Shared.VintasoftLocalizationJS();
    
    var value; // Type: boolean
    value = instance.get_IsReady();
    
    
    function get_IsReady() : boolean;
    

    Return Value

    A value indicating whether the localizer is ready for localization.
    Browser Compatibility
    9
    5
    11
    5
    See Also