Skip to content

Commit 8a20678

Browse files
authored
Merge pull request #1455 from vblinden/feature-dutch-language
Added Dutch (nl-NL)
2 parents 2bfd82e + d8c0441 commit 8a20678

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PhpWord/Style/Language.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ final class Language extends AbstractStyle
6565
const PT_BR = 'pt-BR';
6666
const PT_BR_ID = 1046;
6767

68+
const NL_NL = 'nl-NL';
69+
const NL_NL_ID = 1043;
70+
6871
/**
6972
* Language ID, used for RTF document generation
7073
*

0 commit comments

Comments
 (0)