Skip to main content

AppLocalizations class

This class provides methods to localize the application so that it can be available to users with different languages.

Constructors

[AppLocalizations][([[Locale] locale, )]

:

Properties

[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::

[isTest] [↔ bool]

: ::: features getter/setter pair :::

[locale] [→ Locale]

: ::: features final :::

[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::

Methods

[load][ [→ Future[<[bool]>]] ]

:

[loadTest][([[Locale] locale]) [→ Future[<[AppLocalizations]>]] ]

:

[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::

[strictTranslate][([[String] key]) [→ String] ]

:

[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::

[translate][([[String?] key]) [→ String?] ]

:

Operators

[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::

Static Methods

[of][([[BuildContext] context]) [→ AppLocalizations?] ]

:

Constants

[delegate] [→ const LocalizationsDelegate[<[AppLocalizations]>]]

:

  1. talawa
  2. app_localization
  3. AppLocalizations class
app_localization library