Flutter Internationalization and Localization Tutorial | Create Multi Language Flutter Application

Поделиться
HTML-код
  • Опубликовано: 17 сен 2024

Комментарии • 47

  • @m_hussain_mustafa
    @m_hussain_mustafa  11 месяцев назад +5

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

  • @smv1949
    @smv1949 11 месяцев назад +5

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

  • @MHM-jy4uj
    @MHM-jy4uj 11 месяцев назад +3

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

  • @aymenbouzidi1975
    @aymenbouzidi1975 7 месяцев назад +2

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

  • @ronyhassanroman
    @ronyhassanroman 11 месяцев назад +2

    Very easy and efficient way. Thank you

  • @RonyHassan47
    @RonyHassan47 11 месяцев назад +4

    Really helpful video

  • @rlt_app
    @rlt_app 11 месяцев назад +3

    Thank you for such awesome content.

  • @user-kd5ok1xl2v
    @user-kd5ok1xl2v 7 месяцев назад +1

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

  • @juliusolaleye1821
    @juliusolaleye1821 6 месяцев назад

    Worked perfectly and simple enough. Thanks

  • @RaiyanHassan-yd1jj
    @RaiyanHassan-yd1jj 11 месяцев назад +1

    A very detailed video. Thank you ❤

  • @Madarsa-t6y
    @Madarsa-t6y 20 дней назад

    I always found amazing contents and easy methods from you. Thanks alot for that. Here I do have some doubts.
    What if I want to change Text wherever I mentioned?
    I created a class named as KText and wherever I want I can use but I donno how to implenent functionality for this.

  • @Elkelany84
    @Elkelany84 4 месяца назад +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  4 месяца назад

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

    • @Elkelany84
      @Elkelany84 4 месяца назад

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

  • @Naimish512
    @Naimish512 2 месяца назад

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

    • @m_hussain_mustafa
      @m_hussain_mustafa  2 месяца назад +1

      The api needs to provide translations in that case.

  • @funnymoment9164
    @funnymoment9164 5 месяцев назад +1

    Thanks!

  • @Madarsa-t6y
    @Madarsa-t6y 20 дней назад

    What if we have alot of Texts which comes from API or Firebase and having multiple pages.

  • @Miasdsadas
    @Miasdsadas 3 месяца назад +1

    How to update the language in the front screen

  • @sapir9480
    @sapir9480 5 месяцев назад

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

  • @Constructive_Motivation_For_Us
    @Constructive_Motivation_For_Us 8 месяцев назад +1

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

  • @Bublee-n7c
    @Bublee-n7c Месяц назад

    we give all the contents in an app to translate into that map? Can anyone reply to this query

  • @owaisshaihid6251
    @owaisshaihid6251 7 месяцев назад

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

  • @steven5317
    @steven5317 5 месяцев назад

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

    • @m_hussain_mustafa
      @m_hussain_mustafa  5 месяцев назад

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

  • @rafaymushtaq2316
    @rafaymushtaq2316 11 месяцев назад

    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  11 месяцев назад

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

    • @rafaymushtaq2316
      @rafaymushtaq2316 11 месяцев назад

      @@m_hussain_mustafa Thank you so much 😍

    • @Bublee-n7c
      @Bublee-n7c Месяц назад

      ​@@m_hussain_mustafa can you make a tutorial too for this 😅😅

  • @rafaymushtaq2316
    @rafaymushtaq2316 11 месяцев назад +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  11 месяцев назад

      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 11 месяцев назад

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

  • @blueice1364
    @blueice1364 9 месяцев назад

    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  8 месяцев назад +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.

  • @nomanbaloch6063
    @nomanbaloch6063 Месяц назад

    supportedLocales: localization.supportedLocale,
    localizationsDelegates: localization.localizationsDelegates,
    give me error in the lines of code