9
Python: Como determinar a linguagem?
Eu quero pegar isso: Input text: "ру́сский язы́к" Output text: "Russian" Input text: "中文" Output text: "Chinese" Input text: "にほんご" Output text: "Japanese" Input text: "العَرَبِيَّة" Output text: "Arabic" Como posso fazer isso em python? Obrigado.