This is a migrated thread and some comments may be shown as answers.

Splitbar Tooltip Localisation

1 Answer 41 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Gary
Top achievements
Rank 1
Gary asked on 28 Feb 2011, 10:33 PM
I have partially localized the splitbar tooltips. You will notice in my image attached the tooltip displays in Japanese except for the word "bottom" which is using the {0} variable to replace with bottom, top, left or right which pertains to the pane to collapse/expand.

Can you please tell me how I can gain access to that variable so I may have complete localization of the tooltip?

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 03 Mar 2011, 10:19 AM
Hi Jay,

You can modify the names of the panes in the splitbar's tooltip by setting the corresponding properties of RadSplitBar's inner tag AdjustPanesNames, e.g:
<telerik:RadSplitter ID="RadSplitter1" runat="server" Orientation="Horizontal">
    <telerik:RadPane id="RadPane1" runat="server">
    </telerik:RadPane
    <telerik:RadSplitBar id="RadSplitBar1" runat="server" CollapseMode="Both">
        <AdjacentPanesNames TopPaneName="Up" BottomPaneName="Down" />
    </telerik:RadSplitBar>
    <telerik:RadPane id="RadPane2" runat="server">
    </telerik:RadPane
</telerik:RadSplitter>


Greetings,
Dobromir
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Splitter
Asked by
Gary
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or