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
One of the possible ways to implement this: make a request to https://ipinfo.io and check the country property.
or var language = window.navigator.userLanguage || window.navigator.language can be used.
The text was updated successfully, but these errors were encountered:
Detect user country by its IP address and select it automatically:
https://monosnap.com/file/IRlh4N6tdogohSq8gO2n73Y9PxSeeP
One of the possible ways to implement this: make a request to
https://ipinfo.io
and check thecountry
property.or var language = window.navigator.userLanguage || window.navigator.language can be used.
The text was updated successfully, but these errors were encountered: