lang property

String lang
final

The language in which to show the UI. Defaults to English.

If you need a translation in another language: take a look at the dictionaries variable in constants.dart, and send me the translations for your language.

Implementation

final String lang;