How can I get formatDate() to output the date in a different language? I saw this solution:
Which requires calling an LLM to do translation. That hardly seems efficient. Is there another way? Or do I have to build date tables for all the languages I want to support and use that?