System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("zh-CN");
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-CN");
I applied it in the program
He created the folder zh-cn under bin
xx.resources.dll
I don't want this file to exist
How to do it