Why I Use Brave

Back in 2021, I wrote an article titled Why Firefox Is the Best Android Web Browser (in Turkish). But I’ve been using Brave since around 2022. There are many reasons why I moved away from Firefox, but this story alone says enough: Mozilla removes uBlock Origin Lite from Addon store. Developer stops developing Lite for Firefox; “it’s worrisome what could happen to uBO in the future.” In this post, I’ll explain why I use Brave instead of other Chromium-based browsers. ...

Mar 8, 2026 · 5 min

Change Chromium-Based Browser Language on Linux

Chromium-based browsers on Linux (Chrome, Brave, etc.) don’t have a built-in UI language setting, but you can still change it manually. 1) One-time: CLI The simplest way is to pass the LANGUAGE environment variable when launching the browser. 🇺🇸 English (EN) 1 LANGUAGE=en_US:en chromium-browser 🇹🇷 Turkish (TR) 1 LANGUAGE=tr_TR:tr chromium-browser The command name may differ depending on your distro. Examples: chromium-browser chromium or full path: /usr/bin/chromium-browser Generic format: ...

Feb 26, 2026 · 2 min