Flex
2025-06-10 af6cccd5e5a04346992041768ad8b91774feabdc
1
2
3
export const setHtmlPageLang = (locale: LocaleType) => {
  document.querySelector('html')?.setAttribute('lang', locale)
}