Exemplo n.º 1
0
        protected override async void OnStart()
        {
            AppResources = new LocalizedResources();
            await AppResources.SetLanguageAsync("fr-FR");

            BaseViewModel vm = new BaseViewModel(AppResources);

            MainPage.BindingContext = vm;
        }