Hi ESRI Team,
We are implementing ArcGIS 4.27 locale functionality on Search Widget, all dropdownlist value text changed using Locale but default "All" first option on search dropdown list is not changing. Once i set searchAllEnabled:false, All is not coming but we have required "All" which locale is already available.
Have you used the "setLocale" method of the esri/intl module? I've found that it changes the language of that option as expected. For example:
intl.setLocale("es");
I've also found this changes the text of the "Zoom to" utility on the popup, as mentioned in your other thread.