Google Apps Script Internationalization (i18n)

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?

+4
source share
2 answers

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/

0
source
0
source

Source: https://habr.com/ru/post/1443152/


All Articles