Index: uspace/app/usbinfo/info.c
===================================================================
--- uspace/app/usbinfo/info.c	(revision 8865087ee718076c06772111f9bbfc529ba79c9c)
+++ uspace/app/usbinfo/info.c	(revision d71691daa4cdcd9d7a9ebe51ab47c510fd74abb9)
@@ -237,6 +237,6 @@
 		l18_win_locales_t lang = langs[i];
 
-		printf("%sStrings for language 0x%04x:\n", get_indent(0),
-		    (int) lang);
+		printf("%sStrings in %s:\n", get_indent(0),
+		    str_l18_win_locale(lang));
 		/*
 		 * Try only the first 15 strings
