AutoLocalization class

Constructors

AutoLocalization()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

appLanguage String
no setter
delayTime int
no setter
setAppLanguage String
SET APP LANGUAGE
no getter
setDelayTime int
SET APP LANGUAGE
no getter
setUserLanguage String
SET USER LANGUAGE
no getter
userLanguage String
no setter

Static Methods

clearCache() Future<bool>
init({String? appLanguage, String? userLanguage, int? delayTime}) → dynamic
INIT AUTOLOCALIZATION
lazyClearCache() → dynamic
translate(String text, {bool cache = true, String? startingLanguage, String? targetLanguage, bool returnJSON = false}) Future<String>
Execute an async translation