Hi Team,
We need to required to apply locale on popup template "zoom to" button. Can you share how to apply locale on zoom to button.
Hi @SaurabhUpadhyaya -
To set your application's locale, you need to use the setLocale() method when your application starts up. Here's a reference page for localization with the JS Maps SDK: https://developers.arcgis.com/javascript/latest/localization/
And here's an example Codepen showing how to set this so that all widgets, including the popup, will be localized: https://codepen.io/laurenb14/pen/KKJOxZW?editors=1000