Hi all,
I am trying to set MP to show Hebrew from right to left. I could not find any way of doing it but changing the following line in the code:
GUIFont.cs
_useRTLLang = System.Globalization.CultureInfo.CurrentUICulture.TextInfo.IsRightToLeft;
How do I configure this parameter without the need to compile the code after each SVN update????
Thx,
Yohay
I am trying to set MP to show Hebrew from right to left. I could not find any way of doing it but changing the following line in the code:
GUIFont.cs
_useRTLLang = System.Globalization.CultureInfo.CurrentUICulture.TextInfo.IsRightToLeft;
How do I configure this parameter without the need to compile the code after each SVN update????
Thx,
Yohay
Israel