I have been having an issue that’s really bugging me. Some of my apps when I use TEXT([Date], “MMMM“) display the name of the month in my language (Portuguese) but some other apps just show it in English, is that anything that I can do to adjust this?
I have already tried to change the location of google sheets, my google account, and browser. Everything is set up in Portuguese.
eg. We use English (US), input language for our phones
MM-DD-YYYY
although appsheet will record the column as TIMEDATE (universal), sometimes we print out the date to text, and when it prints out, depending on the device if they use English (UK), it will come out as DD-MM-YYYY instead of MM-DD-YYYY
If your app is running in the browser, the browser’s locale and language settings are used. If the app is running as an app (outside the browser), the device’s locale and language are used.