Add lang attribute for iD's locale to its container

This commit is contained in:
Quincy Morgan
2020-09-16 08:29:07 -04:00
parent 32f8274929
commit 3df84d3aee
+1
View File
@@ -115,6 +115,7 @@ export function uiInit(context) {
}
container
.attr('lang', localizer.localeCode())
.attr('dir', localizer.textDirection());
// setup fullscreen keybindings (no button shown at this time)