Microsoft.VisualStudio.Project.SRCategoryAttribute.GetLocalizedString C# (CSharp) Méthode

GetLocalizedString() protected méthode

protected GetLocalizedString ( string value ) : string
value string
Résultat string
        protected override string GetLocalizedString(string value)
        {
            return SR.GetString(value, CultureInfo.CurrentUICulture);
        }