I have biligngual website with German language set as default language and I am trying to get English content nodes from my SurfaceController like this:
Umbraco.Content(ID);
And i have tried to change curent culture like this:
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");
But without success.