BigBeast

Professional
Messages
600
Reputation
16
Reaction score
429
Points
63
The system and browser language are two factors which are very important. If someone login to a US bank account with Algerian browser language then it is very suspicious.

Some people would say "Maybe an Algerian lives in the US but has his mobile on his mother language", yes but the navigator.languages variable is representing user's preferred languages and if you have de-DE, en-US and so on, it is more suspicious.

Check Browser's Language :

1E1926B3-135F-4408-90A9-0B84EBF000F7.jpeg

To get your current browser languages via console do inspect elements.


5B152B88-9060-482D-80EA-6C14AC6B65D7.jpeg

Console.

467C0B90-1D01-4BEF-B057-BAB297D8C3E0.jpeg

Then type
navigator.language or navigator.languages

Change Browser Language :

To change your languages go to about:preferences and scroll down.

3FB01CF9-9E43-42FD-A797-9662CF8BA9B6.jpeg

Set alternatives.

C8A4F92D-2102-4F6F-BE16-34176C689A57.jpeg

Select language to add search for more languages, if you have a language click on "Add" and then "OK" and apply it. (Browser restart required).

511AE6B1-674A-4992-8B6B-B7DF35BDD62A.jpeg

You can remove the language which you don't need.

Make sure if you want remove the original browser language, that you change your whole system language and if this does not work, reinstall your browser.

You can change your system language on Windows :

1. Open Settings and click on "Accounts" then "Sync your settings" and disabled "Language preferences"

2. Search "Time & Language" then click on "Language" and "Add a language"

3. Find your language and wait until windows has been downloaded the language pack. Then choose the language and you're done.


Changing system language in Linux :

To get your locales type :
locale -a

We can set a locale by
sudo localectl set-local LANG=en_US.utf8

To get your current system language :
cat /etc/default/locale

A reboot for changing the system language is always required.
09078720-6AB9-46C9-8F1F-24A239BB1CB1.jpeg

And you are done.
 
Last edited:
Top