Catrobat.IDE.Core.ViewModels.Settings.SettingsViewModel.ShowLanguageSettingsAction C# (CSharp) Method

ShowLanguageSettingsAction() private static method

private static ShowLanguageSettingsAction ( ) : void
return void
        private static void ShowLanguageSettingsAction()
        {
            ServiceLocator.NavigationService.NavigateTo<SettingsLanguageViewModel>();
        }