KinaUna / KinaUnaAzure

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

Use database data for language selection in HttpRequestExtensions #25

Open KinaUna opened 3 months ago

KinaUna commented 3 months 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 3 months ago

The same goes for Data/Extensions/LanguageExtensions.cs