AppLanguage constructor

AppLanguage(
  1. String _locale
)

Implementation

AppLanguage(String _locale) : locale = Locale(_locale);