Hi all,
I'm having some problems in getting localization for my zimlet working.
So far, this is what I've done:
1) First, I created the respective <zimletname>.properties, <zimletname>_de.properties (etc.) files for my localizations. For testing purposes I just added one property to each of them:2) Next, I tried to use this property in my <zimletname>.xml file, e.g.Code:tooltip = My localized tooltipUnfortunately the tooltip in Zimbra then just says ${msg.tooltip}.Code:<toolTipText> ${msg.tooltip} </toolTipText>
3) After that I tried to use the property in one of my Javascript files usingThis doesn't work either, Zimbra just shows ???tooltip???Code:this.getMessage("tooltip");
I really don't know what I'm doing wrong here. Any suggestions/help would be greatly appreciated.
P.S. I'm using Zimbra Desktop instead of the ZCS client for faster testing (so the zimlet hasn't actually been deployed to the system) - but this shouldn't be a problem, right?


LinkBack URL
About LinkBacks



