I'm trying to change the language of sketch widget into Arabic, how can I change the title used for each element and the labels of the graphics drawn.
thanks in advance.
Hi @AMostafaH ,
You can use the `intl` class to set the desired language as shown in this codepen
https://codepen.io/sagewall/pen/JjQjOmN
intl.setLocale("ar");
Thank you so much.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.