{{ message }}
[Q&A] Auto detect language when typing? #257
Answered
by
yudin-s
FrenchdToastify
asked this question in
Q&A
Replies: 2 comments 2 replies
|
This is possible using artificial intelligence + prompt |
2 replies
0 replies
Answer selected by
FrenchdToastify
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

From what is documented today, I would treat this as not currently supported as a Gboard-style automatic language switch.
LeanType has multilingual typing and multiple dictionaries/layouts, but the active suggestion/autocorrect path is still tied to the selected input language/subtype. The AI features in the standard build can proofread or translate text, but that is different from automatically changing the live correction dictionary after the first word or two. It also would not fit the offline/offline-lite builds, where network AI features are intentionally unavailable.
So the current practical workflow is still to switch languages manually, or use the direct IME/language switching fea…