i18n
RTL/LTR
{$t} helper
تست زبان (i18n)
Translate any string with {$t('key')}, support parameters, dynamic keys, and switch the active language on the fly.
Persian
fa
Languages
24
Active
fa
Choose a language
Click any flag to switch the active locale
Translation examples
Same template, six different ways to call $t()
Plain string
مثال TString
Nested path
مثال مسیر
Path string
مثال مسیر رشته
Params (raw)
نام من {name} است، سن من {age} سال است
Params (with values) name=Jack, age=20
سلام، نام من Jack است و 20 سال دارم.
Dynamic key
A = 7, B = 9, C = 5, D = 8
File References
Where i18n is wired up
-
مشاهده
example/lib/widgets/example/i18n.j2.html -
کنترلر
example/lib/controllers/home_controller.dart -
دایرکتوری زبانها
example/lib/languages