I have been localizing the our .Net Core (2.1) MVC Project with Resource files and CookiesCultureRequestPattern. We have 3 additional languages now such as korean, Japnees and Chines.
The issue is when build and publish the solution in the Linux deployment server. only zh-CN folder and resource.dll has not been degenerated. But in my local Windows machine does all.
What should i do for forcing to generate the dll when build the solution?
Thanks