KinaUna / KinaUnaAzure

https://web.kinauna.com
1 stars 0 forks source link

Use database data for language selection in HttpRequestExtensions #25

Open KinaUna opened 1 month ago

KinaUna commented 1 month ago

In Data/Extensions/HttpRequestExtensions.cs the methods GetLanguageIdFromBrowser and GetKinaUnaLanguage have hard coded language options, they should be replaced with a list of languages obtained from the database instead.

KinaUna commented 1 month ago

The same goes for Data/Extensions/LanguageExtensions.cs