this plugin is not working with dot net standard 2.0 project type (visual studio 2019) ,can anyone support in that ?
@cheapskatetanks82005 жыл бұрын
i followed the steps one by one.. and I dont have that file called translateExtension and that file Helper ... what should I do
@ziyad786926 жыл бұрын
Thanks for this video! How to change language reflection without close app?
@adambranch14007 жыл бұрын
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.
@HoussemDellai7 жыл бұрын
Adam Branch thank you ! Your encouragement and kind words enegizes me to make even more videos :)
@adambranch14007 жыл бұрын
Houssem Dellai Your videos are encouraging me to become a better programmer and hopefully publish apps in the future. Thanks again for the videos!
@ermac99007 жыл бұрын
How to turn the page from right to left in Arabic
@kharfai25047 жыл бұрын
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; }
@redZibra7 жыл бұрын
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..
@Игорь-м3т6ч4 жыл бұрын
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.
@arjunkr927 жыл бұрын
How to change just the app language, without changing phone language?
@HoussemDellai7 жыл бұрын
That is doable, check the docs here: github.com/CrossGeeks/MultilingualPlugin
@dicksonnjoroge91794 жыл бұрын
Any way on database driven translations instead of .resx
@victorfaltas40837 жыл бұрын
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 ?
@victorfaltas40837 жыл бұрын
Thanks I Got the Answer on this link github.com/crossgeeks/multilingualplugin
@mustafaghoneim4683 жыл бұрын
Can anyone upload the TranslateExtension.txt file in the Helpers folder and paste the link here, please.
@ПавелГапонов-с6р4 жыл бұрын
This plugin does not work in Visual Studio 2019 (. Plugin Not Recommended Notice. OS - Windows
@sascham.11297 жыл бұрын
Thanks for this video! You should mention that this only works for PCL projects in Xamarin and NOT for shared projects :(
@lutaayahuzaifahidris36797 жыл бұрын
Man , what i can just tell you is , get rid of shared projects for a while they have alot of complications
@BachPhotography6 жыл бұрын
This would've been very helpful info, I've been trying to get this working on share project for a few hours now.
@tajayeb7 жыл бұрын
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?
@ingdaniel187 жыл бұрын
Excellent Video. Ola in Spanish is written Hola Hola
@HoussemDellai7 жыл бұрын
Daniel Perez Garcia haha I cannot believe it :) :) Hola !
@ingdaniel187 жыл бұрын
Houssem Dellai not problem.
@Kollegah99977 жыл бұрын
You don't need any Nuget for Localization. You can do this just be writing couple of lines of code. But good video.
@hasanen97 жыл бұрын
هل الزامرن اصبح يدعم اللغة العربية
@HoussemDellai7 жыл бұрын
عيون الورد not completely sure but I was able to write in arabic here
@hasanen97 жыл бұрын
thanks
@lutaayahuzaifahidris36797 жыл бұрын
Ahlan washlan ikh-waan , ana masrurun jiddan ilaikum :)
@joaobp7ify7 жыл бұрын
Congratulations, thank you for sharing!
@JonathanHobbe3 жыл бұрын
Package is deprecated
@ameralmadany58336 жыл бұрын
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