diff --git a/src/PhpWord/Style/Language.php b/src/PhpWord/Style/Language.php index fd63eb14..63d6198c 100644 --- a/src/PhpWord/Style/Language.php +++ b/src/PhpWord/Style/Language.php @@ -69,6 +69,9 @@ final class Language extends AbstractStyle const NL_NL = 'nl-NL'; const NL_NL_ID = 1043; + + const SV_SE = 'sv-SE'; + const SV_SE_ID = 1053; const UK_UA = 'uk-UA'; const UK_UA_ID = 1058;