My website is aimed for three languages. Users can submit in English or Vietnamese or Myanmar languages. There submission are stored in the database, in display (1)I need to check texts in which language (2)then find the font installed at browser and display correctly.
Say my myanmar customer submit in Myanmar language, then stored in database. Once his page is loaded I need to check texts is written in English, Myanmar or Vietnam, then I find the installed font and display correctly.
The information for finding the font installed is easy to find like this or like that. But how can I know text are written in which language? Can I have a clue?
EDIT: I found one here in Quora, he detects English or not English. I think that is good enough for me.