Hi @orangemango
Check if calling DataLocalizationFacade.DefaultLocalizationCulture returns a null value. And also if there's anything in the log files.
The fix would be setting one by calling once:
Check if calling DataLocalizationFacade.DefaultLocalizationCulture returns a null value. And also if there's anything in the log files.
The fix would be setting one by calling once:
DataLocalizationFacade.DefaultLocalizationCulture = DataLocalizationFacade.ActiveLocalizationCultures.Single()