How to Add Language Translations in Flutter

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Adding language translations for you app strings are a great way to make your app more accessible to people around the world. In this video, you'll learn how easy it is to switch between multiple languages using a useful Flutter library and Provider.
    List of country Locale codes: saimana.com/li...
    💻Code: github.com/the...
    ⚡Connect on Facebook: / flutterfactory
    ⚡Connect on Twitter: / flutterfactory
    🎷Music: www.bensound.com

Komentáře • 12

  • @Popo-zd3dw
    @Popo-zd3dw Před 2 lety

    That's the Vietnamese I'm looking for. So great, Thank sir

  • @ngoctienTNT
    @ngoctienTNT Před 2 lety

    Thank you! From Viet Nam with love

  • @baitmaximo5069
    @baitmaximo5069 Před 3 lety +3

    LateInitializationError: Field '_deviceLocale@59168148' has not been initialized

    • @JeanPierreSchnyder
      @JeanPierreSchnyder Před rokem

      You must add await EasyLocalization.ensureInitialized(); under WidgetsFlutterBinding.ensureInitialized(); in main() method. Replace also void main() { by Future main() async { !

  • @oumaimasouid5229
    @oumaimasouid5229 Před rokem

    A member named 'tr' is defined in extension 'Trans' and extension 'StringTranslateExtension', and none are more specific.
    Try using an extension override to specify the extension you want to be chosen. i find this error :(

  • @faithtutsacademy7
    @faithtutsacademy7 Před 3 lety

    Perfect job!

  • @MuhammedFayis-bi6jw
    @MuhammedFayis-bi6jw Před rokem

    hey how can i change language of data which coming from api

  • @arupde6320
    @arupde6320 Před 3 lety

    upload regularly ..

    • @TheFlutterFactory
      @TheFlutterFactory  Před 3 lety

      I will be doing so soon. I'm considering changing this to Flutter only soon, so I could focus on just the Flutter stuff. It's getting a lot more popular.

  • @zenZcoder
    @zenZcoder Před 2 lety

    how to do it for Hinglish

    • @TheFlutterFactory
      @TheFlutterFactory  Před 2 lety +1

      Well.. I don't speak Hindi. I'm American and English is the primary language of software development.