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
Hi,
Would you show me a ClientUI Localization sample for me ? For exmaple: for cultures :Chinese, thank you very much! I want to change the property ,for example : Sort Ascending change to chinese,how to realize it ?
On the release of Intersoft WebUI Studio 2010 R2, the ClientUI development team introduces the ClientUI Localization Manager as part of the ClientUI Framework. It is a framework that enables developer to build dynamic, reliable localized applications. It overcomes the limitations of the Silverlight’s built-in localization feature and packed with advanced features such as dynamic localized resource updating, MVVM design pattern support, and many more.
The Localization Overview and Walkthrough: Create a Localizable Silverlight Project article in ClientUI documentation will provide you more detail information about the overview of ClientUI Localization Manager and the basic configuration to implement this feature into our Silverlight/WPF project.
Next, I’d like to suggest you to refer to one of the article, Coming in R2: MVVM Localization Manager and Multi Bindings, posted in our official blog on December 16, 2010 by Mr. Jimmy. I find that this blog’s post really helps and straight forward. It also provides simple project which shows how to apply ClientUI Localization Manager using MVVM design pattern.
UXGridView provide ResourceOverride property which gets or sets the individual resource object to override the existing localized resource.
<Intersoft:UXGridView ... <Intersoft:UXGridView.ResourceOverride> <Intersoft:UXGridViewResource ContextMenu_SortAscending="升序排列" ContextMenu_SortDescending="降序排列" ContextMenu_GroupByBox="显示/隐藏分组盒" ContextMenu_Ungroup="取消当前字段分组"> </Intersoft:UXGridViewResource> </Intersoft:UXGridView.ResourceOverride> </Intersoft:UXGridView>
As shown in the above code, some of the resource object of UXGridView’s context menu are set to Chinese language.
For more advanced scenario, we can combine the UXGridView ResourceOverride and the ClientUI Localization Manager by binding the individual resource object to the localized resources.
Hope this helps.
Hi Yudi
I got it,Thank you very much!
Glad to hear that the snippet code helps.
Should you need further assistance or run into any problems regarding our controls, feel free to post it into our community site. We would be happy to assist you again.
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