Function in Python to extract language selected

Goodmorning,
Is it possible to have a function in Python to extract name of languag selected???

Thank You

Is this Vision or Perspective? In the former, standard java can get the current default locale. In the latter, simply reference the locale session property.

2 Likes

In Vision

In the vision client you can use system.util.getLocale() to get a string representing the current locale. Docs

1 Like