File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/PhpWord/Writer/RTF/Style Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public function write()
109
109
// Paragraph not implemented.
110
110
$ content .= $ this ->getValueIf ($ style ->isRTL (), '\rtlch ' );
111
111
$ content .= $ this ->getValueIf ($ style ->getShading () !== null , '\chcfpat ' . $ this ->colorIndex ); // Doesn't work; coloring not implemented.
112
- $ content .= $ this ->getValueIf ($ style ->getColor () !== null , '\lnag ' . $ this ->langIndex ); // Doesn't work; language not implemented.
112
+ $ content .= $ this ->getValueIf ($ style ->getLang () !== null , '\lang ' . $ this ->langIndex ); // Doesn't work; language not implemented.
113
113
// Whitespace and fallbackFont are HTML specific
114
114
115
115
// Other items not in included in array found in PhpOffice\PhpWord\Style\Font\getStyleValues
You can’t perform that action at this time.
0 commit comments