Is there an easy way to get current culture in Umbraco back end for a node? Right now I have to send $scope.editorState.current.id
to my back end, run this C# metod ApplicationContext.Services.ContentService.GetById(editorStateId).GetCulture().TwoLetterISOLanguageName;
and then use the value. Seems overkill if I can get the culture in front end right away.
http://umbraco.github.io/Belle/#/api/umbraco.services.editorState