Related problem
When dealing with endpoint that give a title/description in both French and English, displaying both is a bit bulky, so having the ConnectionState know its current language would help displaying only the message in the correct language.
Wanted solution
Adding a ConnectionState.current_language attribute/property to display texts in the right language.
Considered alternatives
None
Additional context
None
Related problem
When dealing with endpoint that give a title/description in both French and English, displaying both is a bit bulky, so having the
ConnectionStateknow its current language would help displaying only the message in the correct language.Wanted solution
Adding a
ConnectionState.current_languageattribute/property to display texts in the right language.Considered alternatives
None
Additional context
None