You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am using this library for an embedded widget that is integrated into other companies websites.
I only just realized now that this library is automatically setting the "lang" attribute on the html tag, whenever the internalLocale is changed.
This is mixing up our customers websites.
Describe the solution you'd like
I would like to have the option in the init method to disable the automatic attribute setting.
How important is this feature to you?
Very important as there is currently no other way to do it.
The text was updated successfully, but these errors were encountered:
@kaisermann First I thought I could avoid this problem in my application but now it seems that even with no rendering of my application this library is being executed when the JavaScript ran. That means, that it sets the HTML "lang" attribute to null or empty string even though there is never a call of the "init" method.
Do you have any ideas how to fix this?
Is your feature request related to a problem? Please describe.
I am using this library for an embedded widget that is integrated into other companies websites.
I only just realized now that this library is automatically setting the
"lang"
attribute on thehtml
tag, whenever theinternalLocale
is changed.This is mixing up our customers websites.
Describe the solution you'd like
I would like to have the option in the init method to disable the automatic attribute setting.
How important is this feature to you?
Very important as there is currently no other way to do it.
The text was updated successfully, but these errors were encountered: