1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-10 17:34:07 +02:00

Set language header to match app locale

This commit is contained in:
chylex 2017-12-31 14:21:21 +01:00
parent 67f60dd787
commit f3d7c8d4c3

View File

@ -12,7 +12,7 @@ namespace TweetDuck.Core.Utils{
static class BrowserUtils{
public static string HeaderAcceptLanguage{
get{
string culture = Program.Culture.Name;
string culture = Program.UserConfig.AppLocale;
if (culture == "en"){
return "en-us,en";