How to add custom cuture on a Azure App Service
Cuong C. Nguyen
0
Reputation points
Our website is supported a custom language en-CN. It is worked on Premise after I applied register for en-CN It is required to add to the OS.
I tried to find it like (System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes.AllCultures).Any(ci => ci.Name.Equals("en-CN"))).
But can' found. How can we add a custom culture like en-CN to Azure App service?
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,935 questions
Sign in to answer