Hello,
Is there a way to detect when the user changes the system language? When you change the system language in Locale Preferences, Workbench's language changes as well. I would like to do the same in my application, i.e. to change my application's language when the system language is changed.
Use IDOS->NotifyVar on sys/locale.prefs.
(on OS3 you would use StartNotify on ENV:sys/locale.prefs)
Hmm, it doesn't seem to work. However, watching the global variable 'LanguageName' does work.