Copy link to clipboard
Copied
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.
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 regar
...Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Changing the language file worked.
Thanks.