Do you mean in a different language from the language the site is configured into?
All days and months are translatable, and that data comes from the WordPress core translation. If you want it in some language other than the language your site is in, however, that could be challenging.
Yes, the WordPress core is English, but I was wondering if it’s possible to display the days and months in their Irish language equivalent.
That’s trickier. Getting the date to show in a different language than the rest of the site will require some customization. You can use the ‘date_i18n’ filter to customize those dates:
https://developer.ww.wp.xz.cn/reference/hooks/date_i18n/
This isn’t part of My Calendar; this is a tweak you’d be making to how WordPress behaves.
Thanks, I’ll look into it.