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.
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,
Please help!
Kind regards,
Andreas Krassnig - AUSTRIA
7 Answers, 1 is accepted
0
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
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
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
Kind regards,
Andreas Krassnig
0
Accepted
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
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
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
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
Hello Rob,
Tsvetie
the Telerik team
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.