Flutter localization: Add Internationalization to your app

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024
  • In this video I will explain how to enable support for multiple languages in your flutter app.

ความคิดเห็น • 15

  • @doktari
    @doktari 3 ปีที่แล้ว

    Great tutorial. Really helped me.

  • @mayssamathlouthi9161
    @mayssamathlouthi9161 3 ปีที่แล้ว

    Very nice video , keep up the good work

  • @dailyfun8137
    @dailyfun8137 3 ปีที่แล้ว

    Can we change app language on app's settings screen using shared pref and json?

  • @TheFlutterGuy
    @TheFlutterGuy 4 ปีที่แล้ว +1

    Superb video ✨✨

  • @PriyanshuRaj-oc4tk
    @PriyanshuRaj-oc4tk 4 ปีที่แล้ว

    Nice video. I was wondering for a large app if we want to implement this, then do we have to write the json files manually? It will be a very tidious task. Can you tell what to do then?

    • @MOIESTUDIO
      @MOIESTUDIO  4 ปีที่แล้ว +1

      Haan, but think about it this way if you want proper translations then u only have to write n the work will be tedious if the full app is to be translated at once. If its a ongoing process, translating one or two strings at a time won't be that big of a problem.

    • @PriyanshuRaj-oc4tk
      @PriyanshuRaj-oc4tk 4 ปีที่แล้ว

      @@MOIESTUDIO okay thanks for the reply! 👍

    • @PriyanshuRaj-oc4tk
      @PriyanshuRaj-oc4tk 4 ปีที่แล้ว

      @@MOIESTUDIO what about there are 8 different languages to translate in😅

  • @davidmicheaels5871
    @davidmicheaels5871 4 ปีที่แล้ว

    Bro I have written the same code as you but my app screen is showing error....NoSuchMethodError: the method 'getTranslation' was called on null.
    Receiver: null
    .... reply asap!!!

    • @MOIESTUDIO
      @MOIESTUDIO  4 ปีที่แล้ว

      Hey, can you share the screenshot of your app_localization class code and of the error and mail it to us at moiestudio32@gmail.com

    • @nunomonteiro3839
      @nunomonteiro3839 3 ปีที่แล้ว

      have u got a response, i have the same error...

  • @hc-ec6bm
    @hc-ec6bm 4 ปีที่แล้ว +1

    awsome