November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I've found a workaround for earlier .NET versions (2.0) that calls CultureDefinition.Compile using reflection. Unfortunattely this is not going to work in .NET Framework 4.
https://msdn.microsoft.com/en-au/library/azure/ms404375(v=vs.80).aspx
Hi all,
I'm working on a website that will be available in m any countries and languages. One thing I have create is a custom culture like "en-NL". It is the Dutch local website in the English language. I've tried to create an initialization module to register the missing cultures. Goot thing here is that it works on Azure VM because you have control over the user running the process. Problem I have is that it's not possible in an Azure Website. Does someone has another option to register custom cultures in Azure Websites?