MyShell allows getting user interface language with "context.USER_LANGUAGE".
With such feature, we can make multi-language supporting bot.
Here is the example of the code, simple LLM module supporting both Korean bot and English bot.
I couldn't find the official document for it, but as far as I know, 'en', 'ko', 'zh', 'ja', ... are supported for the "context.USER_LANGUAGE".
This code is made with major help from @hard marten .


