GlobalWidgetsLocalizations class abstract
Localized values for widgets.
Supported languages
This class supports locales with the following Locale.languageCodes:
af
- Afrikaansam
- Amharicar
- Arabicas
- Assameseaz
- Azerbaijanibe
- Belarusianbg
- Bulgarianbn
- Bengali Banglabs
- Bosnianca
- Catalan Valenciancs
- Czechcy
- Welshda
- Danishde
- German (plus one country variation)el
- Modern Greeken
- English (plus 8 country variations)es
- Spanish Castilian (plus 20 country variations)et
- Estonianeu
- Basquefa
- Persianfi
- Finnishfil
- Filipino Pilipinofr
- French (plus one country variation)gl
- Galiciangsw
- Swiss German Alemannic Alsatiangu
- Gujaratihe
- Hebrewhi
- Hindihr
- Croatianhu
- Hungarianhy
- Armenianid
- Indonesianis
- Icelandicit
- Italianja
- Japaneseka
- Georgiankk
- Kazakhkm
- Khmer Central Khmerkn
- Kannadako
- Koreanky
- Kirghiz Kyrgyzlo
- Laolt
- Lithuanianlv
- Latvianmk
- Macedonianml
- Malayalammn
- Mongolianmr
- Marathims
- Malaymy
- Burmesenb
- Norwegian Bokmålne
- Nepalinl
- Dutch Flemishno
- Norwegianor
- Oriyapa
- Panjabi Punjabipl
- Polishps
- Pushto Pashtopt
- Portuguese (plus one country variation)ro
- Romanian Moldavian Moldovanru
- Russiansi
- Sinhala Sinhalesesk
- Slovaksl
- Sloveniansq
- Albaniansr
- Serbian (plus 2 scripts)sv
- Swedishsw
- Swahilita
- Tamilte
- Teluguth
- Thaitl
- Tagalogtr
- Turkishuk
- Ukrainianur
- Urduuz
- Uzbekvi
- Vietnamesezh
- Chinese (plus 2 country variations and 2 scripts)zu
- Zulu
This list is available programmatically via kWidgetsSupportedLanguages.
Besides localized strings, this class also maps locale to textDirection. All locales are TextDirection.ltr except for locales with the following Locale.languageCode values, which are TextDirection.rtl:
- ar - Arabic
- fa - Farsi
- he - Hebrew
- ps - Pashto
- sd - Sindhi
- ur - Urdu
- Implemented types
- Implementers
- WidgetsLocalizationAf
- WidgetsLocalizationAm
- WidgetsLocalizationAr
- WidgetsLocalizationAs
- WidgetsLocalizationAz
- WidgetsLocalizationBe
- WidgetsLocalizationBg
- WidgetsLocalizationBn
- WidgetsLocalizationBs
- WidgetsLocalizationCa
- WidgetsLocalizationCs
- WidgetsLocalizationCy
- WidgetsLocalizationDa
- WidgetsLocalizationDe
- WidgetsLocalizationEl
- WidgetsLocalizationEn
- WidgetsLocalizationEs
- WidgetsLocalizationEt
- WidgetsLocalizationEu
- WidgetsLocalizationFa
- WidgetsLocalizationFi
- WidgetsLocalizationFil
- WidgetsLocalizationFr
- WidgetsLocalizationGl
- WidgetsLocalizationGsw
- WidgetsLocalizationGu
- WidgetsLocalizationHe
- WidgetsLocalizationHi
- WidgetsLocalizationHr
- WidgetsLocalizationHu
- WidgetsLocalizationHy
- WidgetsLocalizationId
- WidgetsLocalizationIs
- WidgetsLocalizationIt
- WidgetsLocalizationJa
- WidgetsLocalizationKa
- WidgetsLocalizationKk
- WidgetsLocalizationKm
- WidgetsLocalizationKn
- WidgetsLocalizationKo
- WidgetsLocalizationKy
- WidgetsLocalizationLo
- WidgetsLocalizationLt
- WidgetsLocalizationLv
- WidgetsLocalizationMk
- WidgetsLocalizationMl
- WidgetsLocalizationMn
- WidgetsLocalizationMr
- WidgetsLocalizationMs
- WidgetsLocalizationMy
- WidgetsLocalizationNb
- WidgetsLocalizationNe
- WidgetsLocalizationNl
- WidgetsLocalizationNo
- WidgetsLocalizationOr
- WidgetsLocalizationPa
- WidgetsLocalizationPl
- WidgetsLocalizationPs
- WidgetsLocalizationPt
- WidgetsLocalizationRo
- WidgetsLocalizationRu
- WidgetsLocalizationSi
- WidgetsLocalizationSk
- WidgetsLocalizationSl
- WidgetsLocalizationSq
- WidgetsLocalizationSr
- WidgetsLocalizationSv
- WidgetsLocalizationSw
- WidgetsLocalizationTa
- WidgetsLocalizationTe
- WidgetsLocalizationTh
- WidgetsLocalizationTl
- WidgetsLocalizationTr
- WidgetsLocalizationUk
- WidgetsLocalizationUr
- WidgetsLocalizationUz
- WidgetsLocalizationVi
- WidgetsLocalizationZh
- WidgetsLocalizationZu
Constructors
- GlobalWidgetsLocalizations(TextDirection textDirection)
-
Construct an object that defines the localized values for the widgets
library for the given textDirection.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- reorderItemDown → String
-
The semantics label used for SliverReorderableList to reorder an item in the
list one space down the list.
no setterinherited
- reorderItemLeft → String
-
The semantics label used for SliverReorderableList to reorder an item in the
list one space left in the list.
no setterinherited
- reorderItemRight → String
-
The semantics label used for SliverReorderableList to reorder an item in the
list one space right in the list.
no setterinherited
- reorderItemToEnd → String
-
The semantics label used for SliverReorderableList to reorder an item in the
list to the end of the list.
no setterinherited
- reorderItemToStart → String
-
The semantics label used for SliverReorderableList to reorder an item in the
list to the start of the list.
no setterinherited
- reorderItemUp → String
-
The semantics label used for SliverReorderableList to reorder an item in the
list one space up the list.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textDirection → TextDirection
-
The reading direction for text in this locale.
final
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
Constants
-
delegate
→ const LocalizationsDelegate<
WidgetsLocalizations> -
A LocalizationsDelegate for
WidgetsLocalizations
.