Skip to content

Commit

Permalink
Merge 1e0157f into 1bd7cd6
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaChriz committed May 25, 2021
2 parents 1bd7cd6 + 1e0157f commit b36749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general.rst
Expand Up @@ -228,7 +228,7 @@ The default language of the document can be change with the following.
$phpWord->getSettings()->setThemeFontLang(new Language(Language::FR_BE));
``Language`` has 3 parameters, one for Latin languages, one for East Asian languages and one for Complex (Bi-Directional) languages.
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.

In case you are generating an RTF document the language need to be set differently.

Expand Down

0 comments on commit b36749d

Please sign in to comment.