I am developing a .Net Core MVC web application with DevExtreme and I can't solve a problem.
I added the DxChat object to a cshtml page (rendered on server side with Razor, not React or Angular etc.) but although I can get localization in all other controls, the Chat object always shows English content. I couldn't find how to get the translation of the following sentences from your localization service either.
"There are no messages in this chat", "Write your first message" and "Type a message" statements that you used as placeholder.
Thanks for your help.