Hi Maria,
Thank you for your question.
The samples of localization XML files in the documentation article http://www.flexmonster.com/doc/localizing-component/ have been updated with the localization key names for "Click to drill down" and "Click to drill up" tooltips. They are the following:
<tooltips>
<drillDown>Click to drill down</drillDown>
<drillUp>Click to drill up</drillUp>
</tooltips>
Kind regards,
Iryna
Thank you Iryna.
Hello Maria and all Flexmonster users,
Starting from version 2.3, localization is set via JSON. You can find the samples of the localization files in the article Localizing component.
Tooltips for “Click to drill down” and “Click to drill up” should be set the following way:
"tooltips": {
"drillDown": "Click to drill down",
"drillUp": "Click to drill up"
}
Regards,
Tanya