switchLang property

  1. @override
String get switchLang
override

Label of the locale picker. Deliberately neutral: a hard-coded 'Switch (DE/EN)' is wrong for any app shipping a third locale.

In en, this message translates to: 'Language'

Implementation

@override
String get switchLang => 'Langue';