i18n
RTL/LTR
{$t} helper
زبان کا ٹیسٹ (i18n)
Translate any string with {$t('key')}, support parameters, dynamic keys, and switch the active language on the fly.
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 = 3, B = 6, C = 5, D = 7
File References
Where i18n is wired up
-
منظر
example/lib/widgets/example/i18n.j2.html -
کنٹرولر
example/lib/controllers/home_controller.dart -
زبانوں کی ڈائریکٹری
example/lib/languages