I can change the language for an Umbraco Surface Controller but I cannot see how to change it for an Umbraco API controller.
Even though I can change the culture in my global.ascx BeginRequest the Model is still trying to bind a date using en-US rather than en-UK.
I have also tried custom model binding but that does not seem to fire at all.