/// <summary> /// Gets the localized message identified by the specified DomMsgID. /// </summary> public static string GetString(PSMsgID id) { return(ResMngr.GetString(id.ToString())); }
/// <summary> /// Gets the localized message identified by the specified DomMsgID. /// </summary> public static string GetString(PSMsgID id) => ResMngr.GetString(id.ToString());