Register all the translations to localize a webpage
Free-form object with all translations
import { localization } from "@hboictcloud/api";localization.setTranslations({ okButton: { nl: "Oke!", en: "OK!" }}); Copy
import { localization } from "@hboictcloud/api";localization.setTranslations({ okButton: { nl: "Oke!", en: "OK!" }});
Register all the translations to localize a webpage