I developed a multilingual application for android with kotlin and jetpack compose where you can see the mix of two language words in this application.
Well, I implemented different fonts to change the application language and show the whole application in the selected language.
My problem is where that I have a mix of two language sentences that text in the selected language show with the selected locale font but other language words are shown in generic fonts, not my provided language for that locale font.
So anybody has any idea what should I do in this situation to show my whole application in provided fonts?