Skip to main content
October 14, 2010
Question

Correct quotes for non-english languages?

  • October 14, 2010
  • 1 reply
  • 624 views

RH8 ignores the language setting of my project and inserts English quotes (“..“) instead of German ones („..“). Is there an easy way to insert a lower quote („) without doing it manually in the HTML code?

This topic has been closed for replies.

1 reply

The_Real_Mike73
Inspiring
November 3, 2010

If the text was typed using upper-quotation marks, nothing will fix that except find-and-replace. RH will not magically change quotation marks just because you change the language setting.

November 3, 2010

Hi Mike, I am not changing the language settings. I have a project with a certain global language setting and write text. As you may know, different languages use different types of quotation marks (French, German..). In RoboHelp I see no other way than to manually insert each single quotation mark as a symbol, whereas all text processing programs I know provide the correct quotation marks automatically - I do not think there is anything magic to this. Maybe there is a setting to activate smart quotes that I have simply overlooked?

The_Real_Mike73
Inspiring
November 3, 2010

That's the problem: RH HTML is not a word processor; it's a simple HTML editor.

It interprets your keystrokes literally.  If you type " then it's translated to ".  If you used a keyboard with lower-quote keys, however, they would be accurately translated to &bdquo.