I created a Google Apps Script on the Google account, which had the Polish language set in the settings. Executing the script was causing some Google error message about exceeding quote Gmail rateMax, which was displayed in Polish.
I shared this script with another account, where language was set to English in account settings. To my surprise, executing the script on the account where language was set to English, caused the error message to still appear in Polish.
Question: how can I change the 'locale' of the Google Apps Script? Is it even possible?
Or is the only option to create new script on the account with English locale, and copy over the code?