I have tested to add a URL parameter(?locale=FR-fr) to my applications endpoint, but the application kept using the same (default) english labels. In this Guide (Add i18n support—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers ) it says that after using e.g. http://localhost/test/?locale=FR-fr, and a certain widget has
- "fr": 1, in strings.js
- and fr folder in the same directory, and within that another strings.js file with the translated strings
it will show up in that language.
I have tested with the eSearch widget, but had no success so far.
Is there any other place where I should set something?
Thanks,
Ben