Python plugins right now have to use local language (enviroment variables, current system language), which sometimes not what users want (change display language of Flow doesn't change plugin language)
Solution: Add GetLanguageCode API 😄
The current GetTranslation API is not sufficient, python plugins need language code to deal with multiple language support.