Hello Telerik team,
I have been struggling with one issue, how to declaratively localize PagerTextFormat through App_GlobalResources custom file. I have created Application.resx file from which I want to add text to PagerTextFormat.
Here is the current definition inside of MasterTableView, which works normally:
In English it means: Total records: 18
Now, I want to make it multilingual, so I tried to replace text with variable from my .resx file, something like this:
The problem is that Radgrid doesn't show my text from variable String1, instead of full text, it shows just number 18.
Please help me to solve this issue. I don't want to use codebehind solution...
Thank you.
Best regards
Vasssek
I have been struggling with one issue, how to declaratively localize PagerTextFormat through App_GlobalResources custom file. I have created Application.resx file from which I want to add text to PagerTextFormat.
Here is the current definition inside of MasterTableView, which works normally:
<PagerStyle Mode="NextPrevAndNumeric" PagerTextFormat="{4}Celkový počet záznamov: <b>{5}</b>" />Now, I want to make it multilingual, so I tried to replace text with variable from my .resx file, something like this:
<PagerStyle Mode="NextPrevAndNumeric" ShowPagerText="true" PagerTextFormat="{4}<%$ Resources: Application, String1 %>{5}" />The problem is that Radgrid doesn't show my text from variable String1, instead of full text, it shows just number 18.
Please help me to solve this issue. I don't want to use codebehind solution...
Thank you.
Best regards
Vasssek
