Uwe Stöhr wrote: > Somebody must know where this option is for! It's a bit embarassing that we > can't currently describe it.
See LyXRC.cpp:
case RC_LANGUAGE_AUTO_BEGIN:
str = _("Select if a language switching command is needed at
the beginning
of the document.");
break;
case RC_LANGUAGE_AUTO_END:
str = _("Select if a language switching command is needed at
the end of the
document.");
break;
Jürgen
