Detect used language

Hi guys,

there is a way how to detect mycroft used language (en-us, cs-cz, etc.) in python code ?

thanks a lot

Marek

Out of my head: self.lang when your class is derived from a Mycroft-Skill class

2 Likes

thanks … works :slight_smile: