5 Answers, 1 is accepted
0
Accepted

Jayesh Goyani
Top achievements
Rank 2
answered on 04 Apr 2013, 02:13 PM
Hello,
OR
Forum.aspx.resx
RadComboBox1Resource1.Localization.ItemsCheckedString Your Msg Comes Here
.......................................................................................................
Please check All globalization key
RadComboBox1Resource1.DefaultItem.AccessKey
RadComboBox1Resource1.DefaultItem.Text
RadComboBox1Resource1.DefaultItem.ToolTip
RadComboBox1Resource1.DefaultItem.Value
RadComboBox1Resource1.EmptyMessage
RadComboBox1Resource1.LoadingMessage Loading...
RadComboBox1Resource1.Localization.AllItemsCheckedString All items checked
RadComboBox1Resource1.Localization.CheckAllString Check All
RadComboBox1Resource1.Localization.ItemsCheckedString Your Msg Comes Here
RadComboBox1Resource1.Localization.NoMatches No matches
RadComboBox1Resource1.Localization.ShowMoreFormatString Items <b>1</b>-<b>{0}</b> out of <b>{1}</b>
RadComboBox1Resource1.ToolTip
Thanks,
Jayesh Goyani
<
telerik:RadComboBox
ID
=
"RadComboBox1"
runat
=
"server"
CheckBoxes
=
"true"
meta:resourcekey
=
"RadComboBox1Resource1"
>
<
Localization
ItemsCheckedString
=
"Your Msg Comes Here"
/>
</
telerik:RadComboBox
>
OR
<
telerik:RadComboBox
ID
=
"RadComboBox1"
runat
=
"server"
CheckBoxes
=
"true"
meta:resourcekey
=
"RadComboBox1Resource1"
>
</
telerik:RadComboBox
>
Forum.aspx.resx
RadComboBox1Resource1.Localization.ItemsCheckedString Your Msg Comes Here
.......................................................................................................
RadComboBox1Resource1.DefaultItem.AccessKey
RadComboBox1Resource1.DefaultItem.Text
RadComboBox1Resource1.DefaultItem.ToolTip
RadComboBox1Resource1.DefaultItem.Value
RadComboBox1Resource1.EmptyMessage
RadComboBox1Resource1.LoadingMessage Loading...
RadComboBox1Resource1.Localization.AllItemsCheckedString All items checked
RadComboBox1Resource1.Localization.CheckAllString Check All
RadComboBox1Resource1.Localization.ItemsCheckedString Your Msg Comes Here
RadComboBox1Resource1.Localization.NoMatches No matches
RadComboBox1Resource1.Localization.ShowMoreFormatString Items <b>1</b>-<b>{0}</b> out of <b>{1}</b>
RadComboBox1Resource1.ToolTip
Thanks,
Jayesh Goyani
0

Andreas
Top achievements
Rank 1
answered on 04 Apr 2013, 02:40 PM
Thank you
0

John
Top achievements
Rank 1
answered on 31 Jul 2013, 04:11 PM
As per RadComboBox | Accessiblity and Internationalization | Locatization, the .Localization.* properties that can be stored in a single App_GlobalResources\RadComboBox.resx file shared across an entire solution.
What about the other RadComboBox text properties like EmptyMessage, do these have to duplicate in each aspx page resource file or is there a way to put them once in the shared global resource file?
What about the other RadComboBox text properties like EmptyMessage, do these have to duplicate in each aspx page resource file or is there a way to put them once in the shared global resource file?
0

Jayesh Goyani
Top achievements
Rank 2
answered on 02 Aug 2013, 12:28 PM
Hello,
If you add key into globalresources file then it will applied in all page.
If the Key found from the localresources then it applied in control. If it is not found the LocalResources file/Key in local resources then it will get from the globalresources.
Thanks,
Jayesh Goyani
If you add key into globalresources file then it will applied in all page.
If the Key found from the localresources then it applied in control. If it is not found the LocalResources file/Key in local resources then it will get from the globalresources.
Thanks,
Jayesh Goyani
0

Nguyen Huu
Top achievements
Rank 1
answered on 18 Jul 2019, 09:06 AM
Hi Jayesh Goyani,
I want display name item selected as "A, B, ... items checked".
How can I do it? Can you help me?