namespace TProduct.Common { public class TranslateHelper { public string GetString(string cn) { return cn; } } }