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
As the title says when updating to version 2.2.2 everytime a user clicks on a point on a map the values for CultureInfo.DefaultThreadCurrentCulture and CultureInfo.DefaultThreadCurrentUICulture are always set to en-US regardles of what was set before. This issue was not present in version 2.2.0 and earlier.
I can obviously fix that by setting the culture in my OnClickMap callback but i find it odd that it gets changed at all.
Edit: Specified wrong callback
The text was updated successfully, but these errors were encountered:
char8t
changed the title
Version 2.2.2+ changes culture to en-US in GeoData.ClickCallback
Version 2.2.2+ changes culture to en-US in OnClickMap
Nov 26, 2024
As the title says when updating to version 2.2.2 everytime a user clicks on a point on a map the values for
CultureInfo.DefaultThreadCurrentCulture
andCultureInfo.DefaultThreadCurrentUICulture
are always set toen-US
regardles of what was set before. This issue was not present in version 2.2.0 and earlier.I can obviously fix that by setting the culture in my
OnClickMap
callback but i find it odd that it gets changed at all.Edit: Specified wrong callback
The text was updated successfully, but these errors were encountered: