Ejemplo n.º 1
0
        public override string GetLocalizedString(DevExpress.XtraGrid.Localization.GridStringId id)
        {
            string resStr = "GridStringId." + id.ToString();
            string ret    = Manager.GetString(resStr);

            if (ret == null)
            {
                MB.Util.TraceEx.Write(string.Format("在XtraGrid 字符 {0} 语言本地化时没找到", resStr));
                ret = "";
            }
            return(ret);
        }