ARCed.UI.LocalizedCategoryAttribute.GetLocalizedString C# (CSharp) 메소드

GetLocalizedString() 보호된 메소드

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