0
mattdunndc created
I can't seem to remove top Menu item for Localizations. When there is only one item, the menu still shows. Thanks!
//Add/remove languages for your application Configuration.Localization.Languages.Add(new LanguageInfo("en", "English", "famfamfam-flag-england", true)); // Configuration.Localization.Languages.Add(new LanguageInfo("tr", "Türkçe", "famfamfam-flag-tr")); // Configuration.Localization.Languages.Add(new LanguageInfo("zh-CN", "简体中文", "famfamfam-flag-cn"));
2 Answer(s)
-
0
Just remove it from the view. You can change views however you need, because this is a startup template.
-
0
OK, thanks. Appreciate the help.