I am experiencing a unique situation with my web app where it appears to be in one language but the Chrome translate bar identifies it as being written in Estonian.
Despite trying methods such as lang and xml:lang, the Google translation bar does not seem to recognize these settings.
It's worth mentioning that the web application is fully Ajax-based and the content triggering the translation bar is dynamically loaded after the page has already been loaded. Could adding a header to my Ajax responses help resolve this issue?
Has anyone else encountered similar challenges like this before?
- Guido