• Register all the translations to localize a webpage

    Parameters

    • translationObject: any

      Free-form object with all translations

    Returns void

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

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