Hinzufügen einer Cookie-basierten Sprachauswahl zum Front-End

This commit is contained in:
Developer 02
2024-05-06 17:38:45 +02:00
parent a285a0b9c2
commit 79aa6f4cb3
403 changed files with 58268 additions and 20 deletions

View File

@@ -56,7 +56,7 @@
]
},
"AddTestControllers": true,
"AddTestControllers": false,
"Jwt": {
"Issuer": "https://localhost:7202",
"Audience": "https://localhost:7202",
@@ -88,5 +88,9 @@
"HrefLang": "de",
"Target": "_blank",
"Title": "Digital Data GmbH"
}
},
/* Resx naming format is -> Resource.language.resx (eg: Resource.de_DE.resx).
To add a new language, first you should write the required resx file.
first is the default culture name. */
"Languages": [ "de_DE", "en_US" ]
}