hello,
I want to change the language of the datagrid and the filters to Spanish.
Could you help me in some way?
Thank you.
hello,
I want to change the language of the datagrid and the filters to Spanish.
Could you help me in some way?
Thank you.
Thank you,
but from what i have read there is no way to change the language globally in visual studio?
Actually there is, check the commented code in our demos, this however will not automatically translate strings in your application, you need to translate and set them manually. In Radzen you can generate resx files for every page where you can define strings for different languages:
thank you very much,
your answer helped me a lot
Hello @enchev,
I am starting with radzen. I am developing a Blazor webassembly project using Visual Studio 2022. I would like to modify the default language in datagrid labels. For example, the header, by deafult, says: "Drag a column header here and drop it to group by that column".
Is there a way in which I can apply internationalization but using Visual Studio 2022 instead of Radzen studio.
I prefer respond this topic insted of create a new topic.
There are properties for all such strings. Check the source code for reference, just search for the string.
Thank you. I came to the documentation, the property is GroupPanelText.