Register all the translations to localize a webpage
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!" }});
Generated using TypeDoc
Register all the translations to localize a webpage