gohttpdUi/src/plugins/i18n/helper.ts

4 lines
119 B
TypeScript
Raw Normal View History

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