Multilingual in Xamarin Forms

แชร์
ฝัง

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

  • @adambranch1400
    @adambranch1400 7 ปีที่แล้ว +2

    Thank you so much for all your videos. They are awesome. I hope to be able to donate in the future to help support the channel, so you can continue making great videos.

    • @HoussemDellai
      @HoussemDellai  7 ปีที่แล้ว +1

      Adam Branch thank you ! Your encouragement and kind words enegizes me to make even more videos :)

    • @adambranch1400
      @adambranch1400 7 ปีที่แล้ว +1

      Houssem Dellai Your videos are encouraging me to become a better programmer and hopefully publish apps in the future. Thanks again for the videos!

  • @joaobp7ify
    @joaobp7ify 7 ปีที่แล้ว +1

    Congratulations, thank you for sharing!

  • @yusufmohamedsalh8321
    @yusufmohamedsalh8321 4 ปีที่แล้ว +2

    this plugin is not working with dot net standard 2.0 project type (visual studio 2019) ,can anyone support in that ?

  • @ziyad78692
    @ziyad78692 6 ปีที่แล้ว +3

    Thanks for this video!
    How to change language reflection without close app?

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

    i followed the steps one by one.. and I dont have that file called translateExtension and that file Helper
    ... what should I do

  • @redZibra
    @redZibra 6 ปีที่แล้ว

    not working on Hebrew..
    i cant get the device language when is set on Hebrew!
    i do get it on other lang, but in Hebrew in get 'iv' or invariant language
    var r = System.Globalization.CultureInfo.CurrentUICulture.TwoLetterISOLanguageName;
    probably Xamarin bug?
    any way:
    Thank you again Houssem Dellai!
    hot to get you response..

  • @ermac9900
    @ermac9900 7 ปีที่แล้ว +3

    How to turn the page from right to left in Arabic

  • @jaimerojas6578
    @jaimerojas6578 7 ปีที่แล้ว +1

    Beautyful!, Thanks a lot Mr.Dellai.

  • @kharfai2504
    @kharfai2504 6 ปีที่แล้ว

    Hi @Houssem , How about I have the String label in .cs class. Do you have idea how to implement it?
    public SettingsPageModel()
    {
    SelectedSettingsItem = new ReactiveProperty();
    _notificationsItem = new SettingsNotificationItemViewModel("NOTIFICATIONS", false, ToogleNotifications);
    SettingsItems = new[]
    {
    new SettingsItemViewModel("LINK ACCOUNT", LinkAccount),
    new SettingsItemViewModel("CHOOSE APP LANGUAGE", ChooseAppLanguage),
    new SettingsItemViewModel("PHRASE TRANSLATION LANGUAGE", PhraseTranslationLanguage), _notificationsItem,
    new SettingsItemViewModel("ABOUT US", AboutUs),
    new SettingsItemViewModel("CONTACT US", ContactUs)
    };
    SelectedSettingsItem.Where(x => x != null)
    .Subscribe(x =>
    {
    SelectedSettingsItem.Value = null;
    x.Command.Execute();
    });
    }
    public SettingsItemViewModel[] SettingsItems { get; }

  • @user-lj4ti4ny4r
    @user-lj4ti4ny4r 3 ปีที่แล้ว

    Hello. I have localized app in this way, but got a problem with Page that keep stay in Navi Stack - i didn't translated. It can be translated when new page created.

  • @victorfaltas4083
    @victorfaltas4083 7 ปีที่แล้ว +1

    Thanks for all Amazing Videos :) I really appreciate your helping to other people.
    I need to ask can I use and change the App Language environment from the Application, not from the mobile operating system ?

    • @victorfaltas4083
      @victorfaltas4083 7 ปีที่แล้ว

      Thanks I Got the Answer on this link github.com/crossgeeks/multilingualplugin

  • @RohitKumar-fn8rr
    @RohitKumar-fn8rr 7 ปีที่แล้ว +1

    Thanks for the video this helps me a lot

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

    Any way on database driven translations instead of .resx

  • @arjunkr92
    @arjunkr92 7 ปีที่แล้ว +2

    How to change just the app language, without changing phone language?

    • @HoussemDellai
      @HoussemDellai  7 ปีที่แล้ว

      That is doable, check the docs here: github.com/CrossGeeks/MultilingualPlugin

  • @rishusingh2855
    @rishusingh2855 6 ปีที่แล้ว

    good job

  • @tajayeb
    @tajayeb 7 ปีที่แล้ว

    Great video but seems like a lot of work. Isn't there a way to have it convert the words on the screen without me knowing the language?

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

    Can anyone upload the TranslateExtension.txt file in the Helpers folder and paste the link here, please.

  • @sascham.1129
    @sascham.1129 6 ปีที่แล้ว +2

    Thanks for this video! You should mention that this only works for PCL projects in Xamarin and NOT for shared projects :(

    • @lutaayahuzaifahidris3679
      @lutaayahuzaifahidris3679 6 ปีที่แล้ว

      Man , what i can just tell you is , get rid of shared projects for a while they have alot of complications

    • @BachPhotography
      @BachPhotography 6 ปีที่แล้ว

      This would've been very helpful info, I've been trying to get this working on share project for a few hours now.

  • @user-kz5mp5nc1q
    @user-kz5mp5nc1q 4 ปีที่แล้ว

    This plugin does not work in Visual Studio 2019 (. Plugin Not Recommended Notice. OS - Windows

  • @ingdaniel18
    @ingdaniel18 7 ปีที่แล้ว +2

    Excellent Video. Ola in Spanish is written Hola
    Hola

    • @HoussemDellai
      @HoussemDellai  7 ปีที่แล้ว

      Daniel Perez Garcia haha I cannot believe it :) :) Hola !

    • @ingdaniel18
      @ingdaniel18 7 ปีที่แล้ว

      Houssem Dellai not problem.

  • @ameralmadany5833
    @ameralmadany5833 5 ปีที่แล้ว

    Thanks for :)
    how to resolve
    When Bulid in IOS Error
    Severity Code Description File Project Line Suppression State
    Error Could not link assemblies. Reason: Error while processing references of 'app.iOS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' app.iOS
    whene delete \Helpers\TranslateExtension.cs it build OK

  • @rishusingh2855
    @rishusingh2855 6 ปีที่แล้ว

    nice

  • @Kollegah9997
    @Kollegah9997 6 ปีที่แล้ว

    You don't need any Nuget for Localization. You can do this just be writing couple of lines of code. But good video.

  • @JonathanHobbe
    @JonathanHobbe 2 ปีที่แล้ว

    Package is deprecated

  • @hasanen9
    @hasanen9 7 ปีที่แล้ว +1

    هل الزامرن اصبح يدعم اللغة العربية

    • @HoussemDellai
      @HoussemDellai  7 ปีที่แล้ว

      عيون الورد not completely sure but I was able to write in arabic here

    • @hasanen9
      @hasanen9 7 ปีที่แล้ว

      thanks

    • @lutaayahuzaifahidris3679
      @lutaayahuzaifahidris3679 6 ปีที่แล้ว

      Ahlan washlan ikh-waan , ana masrurun jiddan ilaikum :)

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

    Xamarin is dead.