Boo.BooLangProject.SRCategoryAttribute.GetLocalizedString C# (CSharp) Method

GetLocalizedString() protected method

protected GetLocalizedString ( string value ) : string
value string
return string
        protected override string GetLocalizedString(string value)
        {
            return SR.GetString(value);
        }