Localization In .NET MAUI (Multi Language Support)

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 21

  • @tahirjaved3205
    @tahirjaved3205 5 місяців тому

    Thank you so much brother.....I have seen too many video but these are not sufficient to my problem.But your way of genreic clases of Translation realy empressive.
    Thanks
    Pakistan

  • @ae.h.h
    @ae.h.h 4 місяці тому +1

    I'm having a problem when I compile my project as a release mode, all messages showed throught xaml appearing incorrect with the follow message "Microsoft.Maui.Controls.Binding". Do you know what reason appears like this message? When I am working with debug mode all messages (viewmodel and xaml files) appear correct. Thenks man for your video.

  • @Remusqs1
    @Remusqs1 2 місяці тому

    Any solution for the texts displaying "Microsoft.Maui.Controls.Binding" on release mode?

  • @arif1984may
    @arif1984may 6 місяців тому

    as always, great work! thank you!

  • @louiswerth8366
    @louiswerth8366 Рік тому +3

    Hi, thank you so much for the video. Please note that this solution for me seems to be problematic if you compile in release mode. It seems to fail and you only see Microsoft.Maui.Controls.Binding for all the strings. (for me, only in release mode). Do you have guidance on that?

    • @vishnuvardhan103
      @vishnuvardhan103 Рік тому +1

      Any solution? Found on this release mode

    • @krishnalekkala6506
      @krishnalekkala6506 Рік тому +1

      I also got same issue in release mode, if you know can you please tell me how it works in release mode.

    • @luigyavila7985
      @luigyavila7985 Рік тому +1

      It's true in release mode it doesn't work, did you find any solution for this?

    • @ygtbzkrt
      @ygtbzkrt 11 місяців тому

      or any solution in another method for localization?

    • @欧阳鸡鸡
      @欧阳鸡鸡 10 місяців тому

      i also got same issue in release mode,can you find any solution for this

  • @computerscience5
    @computerscience5 Рік тому +1

    I want to change the writing direction according to the language, whether left to right or vice versa plz???what should I do???

    • @ProgrammingWithPragnesh
      @ProgrammingWithPragnesh  Рік тому

      Hi, Changing Direction dynamically will cause performance issue. You can store FlowDirection in preferences and when app launch again from the preferences you can get flow direction and that you can set in style.

  • @shabanelmogy7912
    @shabanelmogy7912 Рік тому

    thanks
    i want to change flow direction when changed to arabic
    can you help me
    thanks

  • @denizozkan673
    @denizozkan673 9 місяців тому

    does it work for WPF do you know?

  • @computerscience5
    @computerscience5 Рік тому +1


    Good sir