ARCed.UI.LocalizedCategoryAttribute.GetLocalizedString C# (CSharp) Method

GetLocalizedString() protected method

protected GetLocalizedString ( string key ) : string
key string
return string
        protected override string GetLocalizedString(string key)
        {
            return ResourceHelper.GetString(key);
        }