var instance = new Vintasoft.Shared.VintasoftLocalizationJS(); var value; // Type: object // Parameters var id; // Type: string value = instance.getLocalizationInfo(id);
function getLocalizationInfo(
idThe localization identifier.: string
) : object;
Parameters
- id
- The localization identifier.
Return Value
Localization info if info is found; otherwise, null.