AppLocalizationsEn class
The translations for English (en).
- Inheritance
-
- Object
- AppLocalizations
- AppLocalizationsEn
Constructors
- AppLocalizationsEn([String locale = 'en'])
Properties
- appNotInstalledDialogTitle → String
-
Title for the app not installed dialog
no setteroverride
- cancelButtonLabel → String
-
Label for the cancel button
no setteroverride
- confirmationDialogTitle → String
-
Title for the confirmation dialog
no setteroverride
- confirmButtonLabel → String
-
Label for the confirm button
no setteroverride
- goToAppStoreButtonLabel → String
-
Label for the 'Go to App Store' button
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- localeName → String
-
finalinherited
- openInWebButtonLabel → String
-
Label for the 'Open in Web' button
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webFallbackDialogMessage → String
-
Message for the web fallback dialog
no setteroverride
- webFallbackDialogTitle → String
-
Title for the web fallback dialog
no setteroverride
Methods
-
appNotInstalledDialogMessage(
String appName) → String -
Message for the app not installed dialog
override
-
confirmationDialogMessage(
String appName) → String -
Message for the confirmation dialog
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