language#
- property Session.language: str#
Current language specification for the EnSight session. Various information calls return their information in the target language if possible. The default is
"en"
.Examples
>>> session.language = "en" >>> session.ensight.objs.core.attrinfo(session.ensight.objs.enums.PREDEFINEDPALETTES) >>> session.language = "zh" >>> session.ensight.objs.core.attrinfo(session.ensight.objs.enums.PREDEFINEDPALETTES)