예제 #1
0
 /// <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));
 }
예제 #2
0
 /// <summary>
 /// Explicitly defined default constructor.
 /// </summary>
 public GeneralPropertyPage()
 {
     this.Name = Resources.GetString(Resources.GeneralCaption);
 }