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 = 1, C = 8, D = 1

File References

Where i18n is wired up

  • 보기
    example/lib/widgets/example/i18n.j2.html
  • 컨트롤러
    example/lib/controllers/home_controller.dart
  • 언어 디렉토리
    example/lib/languages