Python code:
data, err = ek.get_data(instruments=code, fields=[
"TR.RICCode",
"CF_NAME",
"DSPLY_NMLL",
"TR.TRBCIndustry"
])
Now we get the TR.TRBCIndustry field value in English. and is it possible to get the value in Chinese, Japanese, Korean and traditional Chinese language?