是否有一种简单的方法可以在Umbraco后端为节点获取当前文化?现在我必须将$scope.editorState.current.id
发送到我的后端,运行此C#metod ApplicationContext.Services.ContentService.GetById(editorStateId).GetCulture().TwoLetterISOLanguageName;
然后使用该值。如果我能立刻获得前端的文化,那似乎有点过头了。
http://umbraco.github.io/Belle/#/api/umbraco.services.editorState
答案 0 :(得分:0)
您可以使用userService.getCurrentUser().then(function(user) {
console.log(user.locale);
});
检索有关当前登录的Umbraco使用的信息,其中包括他们的本地信息:
$('.someclass').length