Google-sheets – How to display the name of the month in different languages in Google Spreadsheets

google sheetslocalizationtext formatting

In Microsoft Excel the following formula forces the month name to be displayed in Portuguese, regardless of the default language.

=TEXT(A1,"[$-pt-PT] dd mmmm yyyy")

Google Spreadsheets ignores the parameter [$-pt-PT]. How can I format dates to different language than the default on in Google Spreadsheets?

Best Answer

  1. Dates are displayed based not on the browser default language, but on the spreadsheet locale, which is set in File > Spreadsheet options.
  2. You can also use the =GOOGLETRANSLATE() formula.