Hi,
I am trying to localize a RadListBox.
Here is the aspx markup:
Here is my resource file:
As you can see, I tried to set the property "AllToLeft" by different means, but in all cases it fails to show the French translation "Tous à gauche". The EmptyMessage property is shown correctly, but all the property linked to the buttons does not work.
Anyone had this issue?
I am trying to localize a RadListBox.
Here is the aspx markup:
<telerik:RadListBox ID="rlbReadOnlyGroups" runat="server" meta:resourcekey="rlbReadOnlyGroups"></telerik:RadListBox>Here is my resource file:
rlbReadOnlyGroups.EmptyMessage Aucun groupe assigné
rlbReadOnlyGroups.AllToLeft Tous à gauche
rlbReadOnlyGroups.Localization.AllToLeft Tous à gaucherlbReadOnlyGroups.Localization-AllToLeft Tous à gaucheAs you can see, I tried to set the property "AllToLeft" by different means, but in all cases it fails to show the French translation "Tous à gauche". The EmptyMessage property is shown correctly, but all the property linked to the buttons does not work.
Anyone had this issue?