Index: uspace/app/usbinfo/info.c
===================================================================
--- uspace/app/usbinfo/info.c	(revision 8865087ee718076c06772111f9bbfc529ba79c9c)
+++ uspace/app/usbinfo/info.c	(revision fd9f6e4c0bcda4b193d4af5022476564da88c3fc)
@@ -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
