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
we find your Silverlight Localization is very complex
we find your Silverlight Localization is very complex.
Could you please let me know in detail which “Silverlight Localization” approaches that is very complex?
Please kindly check the UXScheduleView samples that related to localization in http://live.clientui.com/Intersoft.ClientUI.SamplesTestPage.html#/UXScheduleView/Customization/Localization and http://live.clientui.com/Intersoft.ClientUI.SamplesTestPage.html#/UXScheduleView/Customization/Culture. In the first link, the sample demonstrates how to localize the textual context by defining the ResourceOverride property (gets or sets the individual resource object to override the existing localized resource). The snippet code below shows the implementation of this approach.
<Intersoft:UXScheduleView x:Name="SampleControl1" ...> <Intersoft:UXScheduleView.ResourceOverride> <Intersoft:UXScheduleViewResource CancelText="Stornieren" CategoriesText="Kategorien" ConfirmDeleteText="Löschen bestätigen" DeleteOccurrenceInfoText="Löschen Sie diesen Vorgang." ... /> </Intersoft:UXScheduleView.ResourceOverride> <Intersoft:UXScheduleDayView Header="Tag"/> <Intersoft:UXScheduleWorkWeekView Header="Arbeitswoche"/> <Intersoft:UXScheduleWeekView IsActive="True" Header="Woche"/> <Intersoft:UXScheduleMonthView Header="Monat"/> </Intersoft:UXScheduleView>
For more detail, please check the xaml code of the sample.
The other sample demonstrates how to customize the culture of UXScheduleView. UXScheduleView provides fully customizable culture and comprehensive support for textual localization. When the culture is customized, i.e., to the Germany culture, all the date elements in the control – such as calendar, views, and editing form – will be automatically reflected.
Hope this helps.
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