JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Scheduler › translations in scheduler › Reply To: translations in scheduler
August 22, 2024 at 8:21 am
#111325
Markov
Keymaster
Hi,
Dates are automatically translated, because we use toLocaleDateString’s native method of the Date object. However, any other strings should be translated by using a combination of ‘messages’ and ‘locale’ properties. The ‘messages’ property is a json with key-value pairs and you will need to create a specific json for each ‘locale’ you want to use. For example: messages[‘it’] = { // your setttings here }
Regards,
Markov
Smart UI Team
https://www.htmlelements.com/