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.
Solved! Go to Solution.
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");
View solution in original post
Thank you so much.