supportedLanguages property

List<String> supportedLanguages
final

List of supported languages ex: 'en_US', 'pt_BR' Here you pass the names of files in folder "lang" without the ".json"

Implementation

final List<String> supportedLanguages;