In RadGridView, I want to change the language of "click here to add new item" to Chinese(check the attachment please), any idea? thanks
-Jeffrey
2 Answers, 1 is accepted
0
Accepted
Martin Ivanov
Telerik team
answered on 04 Jan 2024, 01:37 PM
Hello Jeffrey,
Telerik UI for WPF comes with a built-in localization support which automatically translates the fixed strings (like the "Click here to add new item") to different languages. However, the Chinese language is not supported. There is a feature request to introduce this.
In the meantime, you can implement custom localization for the Chinese language, using a custom localization manager. The key for the "Click here to add new item" is "GridViewAlwaysVisibleNewRow".
You can see how to extract all localization resources in the following KB article.