github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/static_source/admin/src/plugins/vueI18n/helper.ts (about) 1 export const setHtmlPageLang = (locale: LocaleType) => { 2 document.querySelector('html')?.setAttribute('lang', locale) 3 }