gohttpdUi/src/plugins/i18n/helper.ts

4 lines
119 B
TypeScript

export function setHtmlPageLang(locale: LocaleType) {
document.querySelector('html')?.setAttribute('lang', locale)
}