var appVersion = new Label {
                Text = String.Format("{0}: {1}", TR.Tr("version_label"), PlatformSpecific.GetVersion()),
                FontSize = FontSizeController.GetSize(NamedSize.Small, typeof(Label)),
                FontFamily = NSWFontsController.CurrentBoldTypeface,
                HorizontalTextAlignment = TextAlignment.Start,