2
如何訪問File > Spreadsheet Settings > Locale
中設置的「語言環境」?訪問Google表格的「語言環境」
Session.getActiveUserLocale()
與File > Spreadsheet Settings > Locale
中選擇的值不匹配。
- 額外的資訊 -
重現:在電子表格設置,你可以選擇 「意大利」 您的語言環境。 Session.getActiveUserLocale()
將返回「en」而不是「it」。
我的用例:我想知道什麼時候函數應該寫成「;」或「,」分隔其參數。 Google表格切換到「;」或「,」當File > Spreadsheet Settings > Locale
被更改時自動。所以我想知道它正在監視什麼屬性來做出這個改變。