Gets a value indicating whether the localizer is ready for localization.
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.