single vs double quotes in citations

There seems to be a locale difference between AE and BE on how quotations marks are used in citations, AE uses doubles, BE uses singles.

Is there a "setting" to influence this behaviour in the style? Where can I find this in the Visual Editor?
  • edited September 27, 2024
    You can override it like most things via the locale.

    <locale xml:lang="en">
    <terms>
    <term name="open-quote">»</term>
    <term name="close-quote">«</term>
    <term name="open-inner-quote">‘</term>
    <term name="close-inner-quote">’</term>
    </terms>
    </locale>
Sign In or Register to comment.