From d9c1daa89cfc34f416926bfcd9df48634aa3510d Mon Sep 17 00:00:00 2001 From: Amgad Naiem Date: Mon, 6 Dec 2021 22:39:26 +0200 Subject: [PATCH] Added Swedish language --- src/PhpWord/Style/Language.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/PhpWord/Style/Language.php b/src/PhpWord/Style/Language.php index 7b2de51e07..3f3c2901f9 100644 --- a/src/PhpWord/Style/Language.php +++ b/src/PhpWord/Style/Language.php @@ -67,6 +67,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;