/// <summary> /// Explicitly defined default constructor. /// </summary> public GeneralPropertyPage() { this.Name = Resources.GetString(Resources.GeneralCaption); }
/// <summary> /// Looks up the localized name of the specified category. /// </summary> /// <param name="value">The identifier for the category to look up.</param> /// <returns>The localized name of the category, or a null reference /// if a localized name does not exist.</returns> protected override string GetLocalizedString(string categoryName) { return(Resources.GetString(categoryName)); }