Page 1 of 1

No Localization for help menu item

Posted: Tue Oct 22, 2013 12:04 pm
by tpontow
Hello,

i'm using Mobile viewer with dll version 2013.2.1613.0. I found out that the help menu item is not translated into german language. The text for the item is "Tell me more" and is not found in the de.xml translation file. I think the text is set fix in some java script code.

Can you help me to change the text of the help menu item to german language?

Thanks and kind regards
Thorsten Pontow

Re: No Localization for help menu item

Posted: Tue Oct 22, 2013 12:20 pm
by Andrew
Dear Thorsten,

Thank you for this information.

This is strange because we have this phrase translated.
I have attached the de.xml file.

Thank you.

Re: No Localization for help menu item

Posted: Tue Oct 22, 2013 1:10 pm
by tpontow
Hello Andrew,

i updated our de.xml file with your attached file. But that doesn't help. I changed for testing the text of tag

Code: Select all

<OnePage>Eine Seite</OnePage>
to

Code: Select all

<OnePage>Eie Seite</OnePage>
That Change has an effect, so my de.xml is the right place for translations. But it looks so as if the TellMeMore tag is not uesd at all. In the source code of the latest release i found file

Code: Select all

StimulsoftReports.Ultimate_2013.2_SourceCode\Net\Stimulsoft.Report.Mobile\Scripts\InitializeObjects\InitializeToolTip.js
with following code

Code: Select all

toolTip.helpButton.image = document.createElement("IMG");
    toolTip.helpButton.image.src = this.options.imagesPath + "HelpIcon.png";
    toolTip.helpButton.addCell(toolTip.helpButton.image);

    var captionButton = toolTip.helpButton.addCell();
    captionButton.innerHTML = "Tell me more";
    captionButton.style.paddingLeft = "7px";
    captionButton.style.whiteSpace = "nowrap";
Maybe this is the problem?

Regards
Thorsten

Re: No Localization for help menu item

Posted: Wed Oct 23, 2013 9:41 am
by Vladimir
Hello,

We found an error, the update will be available in the next prerelease build at the end of this week.

Thank you.

Re: No Localization for help menu item

Posted: Tue Nov 05, 2013 8:35 am
by tpontow
Hello,

i installed the latest prerelease build and with that it works for me now !

Thanks and kind regards
Thorsten Pontow

Re: No Localization for help menu item

Posted: Tue Nov 05, 2013 8:40 am
by Alex K.
Hello,

We are always glad to help you!
Let us know if you need any additional help.