translate shell 如何获取文本的原始语言?

translate shell how to get original language of the text?

如何获取文本的原始语言?

我知道我可以使用 -id 来显示姓名、家庭、书写系统、代码等,但我只需要此列表中的代码。

trans -id  "how are you today?" -no-auto

所以如果我在 shell 中写下上面的内容,我会得到这个列表,我只想知道代码 (en):

Name English

Family Indo-European

Writing system Latin

Code en

ISO 639-3 eng

SIL https://iso639-3.sil.org/code/eng

Glottolog
https://glottolog.org/resource/languoid/id/stan1293

Wikipedia https://en.wikipedia.org/wiki/ISO_639:eng

$ trans -id  "how are you today?" -no-auto | grep Code | awk '{print }'