Get current locale from Java

Hi,

maybe I’ve missed something when reading the manual, but I haven’t found any method which tells me the current locale of the controller using the UR-Caps api? Is it possible to get the current locale?

thanks for your help.

Locale.getDefault()
Not URCaps API specific.

This is actually supported from java. You can use java.util.Locale and java.util.ResourceBundle to get language context and resource files.