var _translations_ = {
separator: {
en: ',',
ru: ';',
uk: ';'
}
};
var formula = Utilities.formatString(
'HYPERLINK(%s%s%s)',
url,
i18n.getMessage('separtor'),
linkLabel
);
range.setFormula(formula);
COMMA_LOCALES = ["en_US", "en_AU", "en_CA", "zh_CN", "ar_EG", "zh_HK", "hi_IN", "bn_IN", "gu_IN", "kn_IN", "ml_IN", "mr_IN", "pa_IN", "ta_IN", "te_IN", "en_IE", "iw_IL", "ja_JP", "es_MX", "mn_MN", "my_MM", "fil_PH", "ko_KR", "de_CH", "zh_TW", "th_TH", "en_GB", "cy_GB"];
Spreadsheet.getSpreadsheetLocale();
--
You received this message because you are subscribed to a topic in the Google Groups "Google Apps Script Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-script-community/NTRXOQeYXtE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/78e8cee5-1358-459a-805a-4e5f4471bfc2%40googlegroups.com.