I have a simple website that contains news from various parts of the world. The news are sourced in their local language - so for example my website holds news data in Spanish, English, Italian, French, German.
Currently, the translation is handled by Google Translate API
I want the content to be read-able by the user on the site based on their language. So if the user is English, all content should be translated to English.
The problem occurs with my website being default language in English, thus not allowing a translate language to English, which would convert all the non-english news to English.
Is there any workaround, my first thought was to make the language html tag null, but not sure of any other workarounds?