'How to do with luxon moment.updateLocale for multiple languages

In moment you can do the following for each language

momnet.updateLocale('en',{calendar:sameDay:[Today at] HH:mm}) 

Is something similar possible with Luxon? Luxon has the "toRelativeCalendar" function but I don't see how it can be configured.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source