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

TimeBar Localization does not work - please help

7 Answers 113 Views
TimeBar
This is a migrated thread and some comments may be shown as answers.
Andreas
Top achievements
Rank 1
Andreas asked on 17 Aug 2011, 03:03 PM
Dear Telerik Support Team!

In one of our applictions we use your Telerik RadTimeBar. It is necessary that the labels in the time bar (e. g. Quarter 1) are shown in German.
We tried to set the localization information to "de" with all methods we could find in your online documentation but no one of this methods brought the wanted result.

Only the designations of the months are shown in German, but even if we do not do any localization settings.

Please help!

Kind regards,
Andreas Krassnig - AUSTRIA

7 Answers, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 19 Aug 2011, 12:18 PM
Hello Andreas,

Can you confirm that you are testing with the latest version of our controls as the RadTimeBar's Localization was released with our Q2 2011? The sample project attached demonstrates a localized TimeBar with German culture.

Greetings,
Evgenia
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>
0
Andreas
Top achievements
Rank 1
answered on 22 Aug 2011, 06:52 AM
Hello,

Thank you for your answer!
We only have RadControls Q1 2011.

Kind regards,
Andreas Krassnig
0
Andreas
Top achievements
Rank 1
answered on 23 Aug 2011, 11:25 AM
Is TimeBar localization possible with RadControls Q1 2011?

Kind regards,
Andreas Krassnig
0
Accepted
Evgenia
Telerik team
answered on 24 Aug 2011, 12:06 PM
Hello Andreas,

As I already mentioned in my previous post RadTimeBar's Localization is available for binaries newer than 2011.2.712 (Q2 2011) only. I suggest that you download the latest version of our controls and give it a try. 

Best wishes,
Evgenia
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Andreas
Top achievements
Rank 1
answered on 24 Aug 2011, 12:16 PM
Okay. Thank you for helping!

Kind regards,
Andreas Krassnig
0
Robertyo Grifalconi
Top achievements
Rank 1
answered on 17 Sep 2012, 07:17 AM
Hi,
i need to change at run time the culture of all controls used in my application, but i've a RadTimeBar's localization problem.

I've try to use the solution posted by Evgenia with a button that set the French culture on click, but it doesn't work for me.

My code behind is:

        private void btn_Click(object sender, RoutedEventArgs e)
        {
            CultureInfo culture = new CultureInfo("fr");
            System.Threading.Thread.CurrentThread.CurrentCulture = culture;
            System.Threading.Thread.CurrentThread.CurrentUICulture = culture;
        }

The only way to change the language of RadTimeBar's labels is to destroy and recreate the RadTimeBar on windows loaded, because nothing changes if i only set the Culture.

I'm using Q3-2011 version, there's any other solution for this problem?

Thanks,

Rob
0
Tsvetie
Telerik team
answered on 21 Sep 2012, 05:58 AM
Hello Rob,

Please check the solution in this online demo. The demo itself is for RadScheduleView, but the approach is valid for RadTimeBar as well.

Kind regards,
Tsvetie
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

Tags
TimeBar
Asked by
Andreas
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Andreas
Top achievements
Rank 1
Robertyo Grifalconi
Top achievements
Rank 1
Tsvetie
Telerik team
Share this question
or