]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
Untranslated tooltips in fr.po
[lyx.git] / src / output_latex.h
index 0969d22c03b91baec50f6bc616bd92f7981fac14..1dd96898511e3ea078d715a11db7460d87db3988 100644 (file)
@@ -39,6 +39,13 @@ void pushLanguageName(std::string const & lang, bool localswitch = false);
  */
 void popLanguageName();
 
+/** Return a reference to the last active language opened with
+    polyglossia or when using begin/end commands. If none or when
+    using babel with only a begin command, return a reference to
+    an empty string.
+ */
+std::string const & openLanguageName();
+
 /** Export optional and required arguments of the paragraph \p par.
     Non-existing required arguments are output empty: {}.
  */