ARCed.UI.LocalizedCategoryAttribute.GetLocalizedString C# (CSharp) Méthode

GetLocalizedString() protected méthode

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