We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bd7cd6 + 1e0157f commit 612fefdCopy full SHA for 612fefd
docs/general.rst
@@ -228,7 +228,7 @@ The default language of the document can be change with the following.
228
$phpWord->getSettings()->setThemeFontLang(new Language(Language::FR_BE));
229
230
``Language`` has 3 parameters, one for Latin languages, one for East Asian languages and one for Complex (Bi-Directional) languages.
231
-A couple of language codes are provided in the ``PhpOffice\PhpWord\ComplexType\Language`` class but any valid code/ID can be used.
+A couple of language codes are provided in the ``PhpOffice\PhpWord\Style\Language`` class but any valid code/ID can be used.
232
233
In case you are generating an RTF document the language need to be set differently.
234
0 commit comments