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:
parent
67f60dd787
commit
f3d7c8d4c3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user