Skip to main content
Participating Frequently
December 17, 2013
Answered

Widget Titles

  • December 17, 2013
  • 1 reply
  • 438 views

How do I change the labels for the Show/Hide widget? I've tried changing the lngvalue values in the slp files, but they get reset to the default ("Show" and "Hide") when I generate.

This topic has been closed for replies.
Correct answer Willam van Weelden

You can change the values for 'Show' and 'Hide' under the section Common in the language file.

If that doesn't work (which it didn't for me), you can add the correct language to the HTML5 output language settings. Open RoboHHRE.lng with notepad. Find the section for Multiscreen HTML and add the following lines:

<element name="Show" value="Show" />

<element name="Hide" value="Hide" />

Then save the file and the change the Show and Hide values in the RoboHelp menu. It worked for me this way.

Kind regards,

Willam

1 reply

Willam van Weelden
Willam van WeeldenCorrect answer
Inspiring
December 17, 2013

You can change the values for 'Show' and 'Hide' under the section Common in the language file.

If that doesn't work (which it didn't for me), you can add the correct language to the HTML5 output language settings. Open RoboHHRE.lng with notepad. Find the section for Multiscreen HTML and add the following lines:

<element name="Show" value="Show" />

<element name="Hide" value="Hide" />

Then save the file and the change the Show and Hide values in the RoboHelp menu. It worked for me this way.

Kind regards,

Willam

Participating Frequently
December 17, 2013

Changing the language file worked.

Thanks.