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

PullToRefreshTime text

2 Answers 7 Views
ConversationView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Enrico
Top achievements
Rank 1
Enrico asked on 23 Jul 2014, 02:02 PM
Hi,

I'd like to change the text for the pull to refresh control part from "last refresh time: {0:H:mm}" to a custom value.

I implemented steps explained in http://www.telerik.com/help/windows-phone/localization-how-to.html
und used ListPullToRefreshTime as the property name in the *.resx file.
Unfortunately, I does not use the value from the resx file, but still displays the default value.

Any ideas how to set my custom text value?

Cheers,
Enrico

2 Answers, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 28 Jul 2014, 08:11 AM
Hi Enrico,

I think that the problem is that you use the mentioned InputLocalizationManager class. The RadDataBoundListBox is placed in the Telerik.Windows.Controls.Primitives.dll so you should use the PrimitivesLocalizationManager class. For your convenience, I have attached a project that demonstrates the approach.

Let me know if this helps.

Regards,
Ivaylo Gergov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Enrico
Top achievements
Rank 1
answered on 11 Aug 2014, 12:53 PM
Works great!
Thx!

Cheers,
Enrico
Tags
ConversationView
Asked by
Enrico
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Enrico
Top achievements
Rank 1
Share this question
or