@fr0121 said in About Multilanguage:
@Fox What I understood from the translation was this.
Change the version number at the end of the translate.js extension file that I mentioned in the image. Now your updated version will be registered and the system will work on this version.
because by default, cached data is pulled. To update, change the version.
Did I understand wrong?
Yes, you got it wrong. I'll try to explain it again, look, you use a web interface in your project, for convenience you attach the code with a file, but when you change the code in the attached file, the web interface doesn't see these changes. This is because the browser that displays the web interface downloaded the file earlier and cached it. To force the browser to refresh the file and thus update the data, you need to change the link to the file, e.g. change the version with "?v1" after the question mark.