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.
1 parent 2c56271 commit c5a1f91Copy full SHA for c5a1f91
src/PhpWord/Style/Language.php
@@ -35,16 +35,22 @@ final class Language extends AbstractStyle
35
const EN_GB_ID = 2057;
36
37
const FR_FR = 'fr-FR';
38
- const FR_FR_ID = 1036;
+ const FR_FR_ID = 1036;
39
40
const FR_BE = 'fr-BE';
41
const FR_BE_ID = 2060;
42
+
43
+ const FR_CH = 'fr-CH';
44
+ const FR_CH_ID = 4108;
45
46
const ES_ES = 'es-ES';
47
const ES_ES_ID = 3082;
48
49
const DE_DE = 'de-DE';
50
const DE_DE_ID = 1031;
51
52
+ const DE_CH = 'de-CH';
53
+ const DE_CH_ID = 2055;
54
55
const HE_IL = 'he-IL';
56
const HE_IL_ID = 1037;
0 commit comments