Flutter Internationalization and Localization Tutorial | Create Multi Language Flutter Application

แชร์
ฝัง

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

  • @m_hussain_mustafa
    @m_hussain_mustafa  10 หลายเดือนก่อน +5

    Book A Meeting: cutt.ly/gwmvJbPQ
    Download Source Code Here: cutt.ly/jwmvUUhF

  • @smv1949
    @smv1949 10 หลายเดือนก่อน +5

    Thank you very much for the video, it helped me a lot! Keep recording content... They are very good!!!

  • @MHM-jy4uj
    @MHM-jy4uj 10 หลายเดือนก่อน +3

    Great video as always. This is one of the easiest internationalization tutorials I've watched. Great work.

  • @juliusolaleye1821
    @juliusolaleye1821 5 หลายเดือนก่อน

    Worked perfectly and simple enough. Thanks

  • @bestpractice_english
    @bestpractice_english 10 หลายเดือนก่อน +3

    Thank you for such awesome content.

  • @ronyhassanroman
    @ronyhassanroman 10 หลายเดือนก่อน +2

    Very easy and efficient way. Thank you

  • @RaiyanHassan-yd1jj
    @RaiyanHassan-yd1jj 10 หลายเดือนก่อน +1

    A very detailed video. Thank you ❤

  • @user-kd5ok1xl2v
    @user-kd5ok1xl2v 6 หลายเดือนก่อน +1

    Hi hussain,
    Thank you very much for this! Easy to follow instructions

  • @funnymoment9164
    @funnymoment9164 3 หลายเดือนก่อน +1

    Thanks!

  • @RonyHassan47
    @RonyHassan47 10 หลายเดือนก่อน +4

    Really helpful video

  • @aymenbouzidi1975
    @aymenbouzidi1975 6 หลายเดือนก่อน +2

    thank u sir
    the tutorial was simple and clear and strict to the point

    • @m_hussain_mustafa
      @m_hussain_mustafa  6 หลายเดือนก่อน +1

      Thank you. You're very welcome.

  • @Constructive_Motivation_For_Us
    @Constructive_Motivation_For_Us 6 หลายเดือนก่อน +1

    Hello sir. I have try to follow your step. But when i run to device, i face variabel_name not found.

  • @owaisshaihid6251
    @owaisshaihid6251 6 หลายเดือนก่อน

    my question is that can i implement this method to speech to text for multi language support ?

  • @sapir9480
    @sapir9480 4 หลายเดือนก่อน

    what is the difference / pros&cons between your way to localize and localize with arb files?
    and thanks for your video!

  • @blueice1364
    @blueice1364 7 หลายเดือนก่อน

    When you change the language and restart the application (NOT HOT RELOAD), the dropdown title reverts back to default locale, and the actual localized texts remain as it should.

    • @m_hussain_mustafa
      @m_hussain_mustafa  7 หลายเดือนก่อน +1

      For this bug to be fixed you need to persist the locale chosen by user on the device and then read the value on app launch and that should fix the issue.

  • @Elkelany84
    @Elkelany84 2 หลายเดือนก่อน +1

    Thnaks for this great code, but how can i make the App Redirection to RTL..like when using arabic?

    • @m_hussain_mustafa
      @m_hussain_mustafa  2 หลายเดือนก่อน

      That'll require you to shift the layout for the app, so it's a bit more complicated.

    • @Elkelany84
      @Elkelany84 2 หลายเดือนก่อน

      @@m_hussain_mustafa is there a simple way to shift the layout if the arabic language is used, thanks again ?

  • @Miasdsadas
    @Miasdsadas 2 หลายเดือนก่อน +1

    How to update the language in the front screen

    • @m_hussain_mustafa
      @m_hussain_mustafa  2 หลายเดือนก่อน

      Hi, what do you mean by front screen?

  • @Naimish512
    @Naimish512 หลายเดือนก่อน

    It is helpful for static label in application.how translate the string which we get from the api..

    • @m_hussain_mustafa
      @m_hussain_mustafa  หลายเดือนก่อน +1

      The api needs to provide translations in that case.

  • @steven5317
    @steven5317 4 หลายเดือนก่อน

    why i'm got error on main.dart line 39. This is a error Too many elements

    • @m_hussain_mustafa
      @m_hussain_mustafa  4 หลายเดือนก่อน

      Hi,
      With this information I can't help you much maybe take a look at the debug console.

  • @rafaymushtaq2316
    @rafaymushtaq2316 9 หลายเดือนก่อน +1

    Sir can you please make a video on Arcore flutter plugin? It gives an error. I tried many things but I am unsuccessful. Please it's my humble request make a video of it.

    • @m_hussain_mustafa
      @m_hussain_mustafa  9 หลายเดือนก่อน

      I have never worked with this plugin, but I'll take a look at it and try to make a tutorial on it.

    • @rafaymushtaq2316
      @rafaymushtaq2316 9 หลายเดือนก่อน

      @@m_hussain_mustafa Thank you so much. I'll wait for it. 😍

  • @rafaymushtaq2316
    @rafaymushtaq2316 9 หลายเดือนก่อน

    The tutorial is so informative. But I have query. You are adding the translation by yourself. What is we have many screen and have more data while data is dynamic how can we implement the localization?

    • @m_hussain_mustafa
      @m_hussain_mustafa  9 หลายเดือนก่อน

      Hi, for dynamic data you'd have to implement some type of localization of content on the server side.

    • @rafaymushtaq2316
      @rafaymushtaq2316 9 หลายเดือนก่อน

      @@m_hussain_mustafa Thank you so much 😍