FileTranslationLoader class
Loads translation files from JSON, YAML or XML format
- Inheritance
-
- Object
- TranslationLoader
- FileTranslationLoader
- Implemented types
- Implementers
Constructors
-
FileTranslationLoader({String? fallbackFile = "en", String basePath = "assets/flutter_i18n", String separator = "_", bool useCountryCode = false, bool useScriptCode = false, Locale? forcedLocale, List<
BaseDecodeStrategy> ? decodeStrategies})
Properties
- assetBundle ↔ AssetBundle
-
getter/setter pair
- basePath → String
-
final
-
decodeStrategies
← List<
BaseDecodeStrategy> ? -
no getter
- fallbackFile → String?
-
final
- forcedLocale ← Locale?
-
Used to force the locale to load
no getterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- locale ↔ Locale?
-
Currently locale used by the library
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- separator → String
-
final
- useCountryCode → bool
-
final
- useScriptCode → bool
-
final
Methods
-
composeFileName(
) → String - Compose the file name using the format languageCode_countryCode
-
findDeviceLocale(
) → Future< Locale> -
Return the device current locale
inherited
-
load(
) → Future< Map> -
Return the translation Map
override
-
loadFile(
String fileName) → Future< Map> - Load the fileName using one of the strategies provided
-
loadString(
String fileName, String extension) → Future< String> -
Load the file using the AssetBundle rootBundle
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited