diff --git a/lib/ui/screens/fifth_screen.dart b/lib/ui/screens/fifth_screen.dart
index 305ff48061a046abd2a44efa9d0d48e35db52f76..9d4045241dad6eb529c7667b0721908130282c8e 100644
--- a/lib/ui/screens/fifth_screen.dart
+++ b/lib/ui/screens/fifth_screen.dart
@@ -105,10 +105,15 @@ class _FifthScreenState extends State<FifthScreen> {
                             value: Locale('en'),
                             child: Text('English'),
                           ),
+                          /*
+                          // Esperanto is not yet supported well,
+                          // commented while is better tested
+                          // We can use this, but still there is some localization issue
+                          https://github.com/deakjahn/l10n_esperanto/pull/6/files
                           DropdownMenuItem<Locale>(
                             value: Locale('eo'),
                             child: Text('Esperanto'),
-                          ),
+                          ), */
                           DropdownMenuItem<Locale>(
                             value: Locale('es'),
                             child: Text('Español'),