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