The docs don't seem to say anything - is there a recommended way to work with i18n in Google Apps scripts? Especially published as WebApp? Is there any way to learn custom language?
I would highly recommend implementing this using a client side HTML service using this very handy jQuery plugin: http://code.google.com/p/jquery-i18n-properties/
Session.getActiveUserLocale () should return the locale.
https://developers.google.com/apps- script / reference / base / session # getActiveUserLocale ()
Source: https://habr.com/ru/post/1443152/More articles:Haskell program to replicate items in a list - haskellmap / area map update when resizing - jqueryWhy is my Django project displayed at the same time in a subdomain and localhost? - pythonHow to break a block loop in Objective-C? - iterationWCF Service Listener for MSMQ - Message Waiting - wcfscala.reflect.internal.MissingRequirementError when creating a project with Scala 2.10 RC1 - scalaCoordination of one periodic task between servers in a cluster - cluster-computingI have the same codes in every button in my tick tacto game. How to do it? - javaHow does JavaScript determine if an array index is integer? - javascriptHow to implement chat functions in an Android application? - androidAll Articles