• Register all the translations to localize a webpage

    Parameters

    • translationObject: any

    Returns void

    Example

    import { localization } from "@hboictcloud/api";

    localization.setTranslations({
    okButton: {
    nl: "Oke!",
    en: "OK!"
    }
    });

Generated using TypeDoc