diff --git a/.config/waybar/config b/.config/waybar/config
index 00b1dff33531aa29d7daa504c88e6469a3d43782..b2baadebf6a3bbd7f744488fe6a4741eaf92cc5c 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -8,7 +8,7 @@
 	"modules-left": ["sway/workspaces", "sway/mode"],
 	//"modules-center": ["sway/window"],
 	"modules-center": ["clock"],
-	"modules-right": ["custom/arch_update", "custom/disk_home", "custom/disk_root","temperature", "cpu", "memory", "custom/mail", "network", "backlight", "pulseaudio", "battery", "idle_inhibitor", "tray"],
+	"modules-right": ["custom/arch_update", "custom/disk_home", "custom/disk_root","temperature", "cpu", "memory", "custom/mail", "network", "backlight", "pulseaudio", "sway/language", "battery", "idle_inhibitor", "tray"],
 
     // Modules configuration
     "sway/workspaces": {
@@ -120,6 +120,10 @@
 		"on-click": "ponymix -N -t sink toggle",
 		"on-click-right": "ponymix -N -t source toggle"
 	},
+	"sway/language": {
+		"format": "{flag}",
+		"tooltip-format": "{flag} {long}",
+	},
 	"clock": {
 		"interval": 1,
 		"format": "⏰ {:%H:%M:%S 🗓️ %Y-%m-%d 📆 %W - Day: %a}",