I'm building a website that will use internationalization (i18n) for translations, but I'm facing a challenge. Users might enter text in various languages, and I need to know how to handle that. Specifically, I want to know if there's a way to automatically detect these different languages and provide translations to ensure all users can understand the comments or content. Any suggestions would be appreciated!
1 Answer
Could you share more about your specific setup? Are users inputting text that you need to store in multiple languages, or are you looking to detect and translate their input on the spot? That would help tailor the advice!

I prefer the second option! For example, if a user comments in Spanish, I want English-speaking users to be able to see a translation so they can understand what's being said.