Deployed docker image is not converting date to Spanish
I have below code which gives proper result while debugging code in visual studio however when this code containing image is deployed on docker then it does not convert it to Spanish var ci = new CultureInfo(“es”); var dateStr =…