Older versions of Xojo on M1 Mac?

Did you know that you can put some code in the Open event of your controls to work around this problem? For instance, in a label:

Me.Text = kLanguage(session.LanguageCode) // where kLanguage is the dynamic constant
1 Like