I want to write in my .resx file. I have used ResXResourceWriter which works fine in Windows form but doesn't available in .Net Core application. It needs system.Windows.Forms but .net core don't reference to it.
ResXResourceWriter resx = new ResXResourceWriter(hostingEnvironment.WebRootPath + "\Localization\LabelResource.EN.resx")