我设置了Tableau Server的语言,并且
var teacherRef = db.collection('classes')
.where("teacher.id", "==", localStorage.getItem("user"))
var studentRef = db.collection('classes')
.where("students", "array-contains", localStorage.getItem("user"))
然后我得到
tsm restart
但是,语言仍然是英语
答案 0 :(得分:0)
您是否检查过此帖子:https://help.tableau.com/current/server/en-us/lang_intro.htm
它说语言是由许多因素衍生的。可能是您的更改被其他位置的偏好所覆盖