I'm using Tkinter for my Gui (Python). Until now the program has supported only LTR language. Now I need to also support RTL language (Hebrew).
I saw answers that handle with mirror text, but that's not my problem. I'm having an issue while using signs/punctuation (dot, comma etc.), and also while I'm writing both English and Hebrew in the same sentence. for example, I'm getting:
"שלום. welcome. מה שלומכם?"
When it should be:
"?מה שלומכם .welcome .שלום"
I'm lost. any suggestions?