summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/od.c b/src/od.c
index c54e253a6..8cca7b9b8 100644
--- a/src/od.c
+++ b/src/od.c
@@ -1586,6 +1586,10 @@ main (int argc, char **argv)
#endif
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
err = 0;
for (i = 0; i <= MAX_INTEGRAL_TYPE_SIZE; i++)