iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Good day,
Is there a way to localize the UXScheduleView using the Localization Manager?
Like for example:
CancelText="{Binding Localization.Resource.CancelText}"
This obviously doesn't work, since it throws the following error:
A 'Binding' cannot be set on the 'CancelText' property of type 'UXScheduleViewResource'. A 'Binding' can only be set on a DependencyProperty of a DependencyObject.
Hello,
You might need to check out the link below that related with your question. Hope this helps.
http://www.intersoftpt.com/Community/ClientUI/can-you-have-sample-way-Localization-wpf-and-Silverlight/
http://www.intersoftpt.com/Community/ClientUI/Localization-ObservableResource-and-Overrides/
Regards,Handy
CancelText="Annuler"
I was able to reproduce the problem in my local end. This happens because the property, CancelText property (and all the properties in ResourceOverride), is not a DependencyProperty hence we cannot do data binding on this kind of property.
I currently have this problem forwarded to the UXScheduleView development team to be discussed further. I will get back to you as soon as possible.
Thank you for your valuable feedback.
ResourceOverride property is the property to gets or sets the individual resource object to override the existing localized resource. Basically, the way how it works is as follow.
CancelText="Stornieren"
It is not designed to be bind to an ObservableResource.
However, the development team has agreed to treat this as feature request. They informed me that the new “localization feature” (which support binding to an ObservableResource) will use different approach rather than the existing ResourceOverride.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname