delphiboy Posted February 17, 2013 Posted February 17, 2013 Development Environment: Windows 7 Pro - Chinese Simplified Locale Delphi XE3 Enterprise - 32/64 bit Browser Chrome version: 26.0.1410.5 dev-m uniGUI version: 0.91.0.982 UNIGUI Demo : GridGroupingSummary I want translate : "Group by this field" and "Show in groups" (see attached image) to other language, How do I ? Quote
patmap Posted February 17, 2013 Posted February 17, 2013 Hi, 1) Change ServerModule.ExtLocale := [your lang]: ( for example: ServerModule.ExtLocale := fa ) 2) Go to [ \uniGUI\ext-4.1.1a\locale\ ] folder and find you lang locale file: ( for example: ext-lang-fa.js ) 3) Add this section in end of file then save and refresh your browser. Ext.define("Ext.locale.fa.grid.feature.Grouping", { // <-- Change [fa] letters to your lang name override: "Ext.grid.feature.Grouping", emptyGroupText: "(None)", // <-- You can change this text groupByText: "Group by this field", // <-- Change this text showGroupsText: "Show in groups" // <-- Change this text }); Regards Quote
mmurgas Posted February 26, 2013 Posted February 26, 2013 hello, could you tell me where to get the demo GridGroupingSummary, can not find it within FMSOFT / demos Thanks in advance Quote
patmap Posted February 26, 2013 Posted February 26, 2013 hello, could you tell me where to get the demo GridGroupingSummary, can not find it within FMSOFT / demos Thanks in advance Hi, You can download last version of uniGUI from download tab 0.91.0.984 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.