Skip to content

Commit 683d919

Browse files
authored
Added Dutch (nl-NL)
1 parent 2bfd82e commit 683d919

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
@@ -64,6 +64,9 @@ final class Language extends AbstractStyle
6464

6565
const PT_BR = 'pt-BR';
6666
const PT_BR_ID = 1046;
67+
68+
const NL_NL = 'nl-NL';
69+
const NL_NL_ID = 1043;
6770

6871
/**
6972
* Language ID, used for RTF document generation

0 commit comments

Comments
 (0)