using System; [AttributeUsage(AttributeTargets.Field)] public class NeedTranslateAttribute : Attribute { }