diff --git a/ChangeLog b/ChangeLog
index 295c48d..e2164c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2016-06-07  Vincent Belaïche  <vincentb1@users.sourceforge.net>
+
+	* lisp/bbdb-print.el (bbdb-print-full-alist)
+	(bbdb-print-brief-alist): Add locale specification.
+
+	* tex/bbdb-print.tex: Modified to work with locale specification.
+
+	* tex/bbdb-english.tex: New file, locale for English address book printout. 
+
+	* tex/bbdb-french.tex: New file, locale for French address book printout. 
+
 2015-11-14  Roland Winkler  <winkler@gnu.org>
 	* lisp/bbdb.el (bbdb-auto-revert, bbdb-dedicated-window)
 	(bbdb-default-domain, bbdb-mua-pop-up)
diff --git a/lisp/bbdb-print.el b/lisp/bbdb-print.el
index 02b735c..e570ac2 100644
--- a/lisp/bbdb-print.el
+++ b/lisp/bbdb-print.el
@@ -221,7 +221,7 @@ The possible options and legal values are:
 (defcustom bbdb-print-full-alist
   '((columns . 3)
     (separator . 2)
-    (include-files "bbdb-print" "bbdb-cols"))
+    (include-files "bbdb-print" "bbdb-english" "bbdb-cols"))
   "Extra options for `bbdb-print' non-brief format.
 These supplement or override entries in `bbdb-print-alist'; see description
 of possible contents there."
@@ -233,7 +233,7 @@ of possible contents there."
     (separator . 1)
     (n-phones . 2)
     (n-addresses . 1)
-    (include-files "bbdb-print-brief" "bbdb-cols"))
+    (include-files "bbdb-print-brief" "bbdb-english" "bbdb-cols"))
   "Extra Options for `bbdb-print', brief format.
 These supplement or override entries in `bbdb-print-alist'; see description
 of possible contents there."
diff --git a/tex/bbdb-print.tex b/tex/bbdb-print.tex
index 9b60e4b..99b4a24 100644
--- a/tex/bbdb-print.tex
+++ b/tex/bbdb-print.tex
@@ -133,7 +133,7 @@
 
 \def\endaddresses{
   \bigskip\hrule\smallskip
-  \noindent {\bf Printed \today}\vfill\endcol}
+  \noindent {\bf \printed\today}\vfill\endcol}
 
 \def\beginrecord{\bigbreak}
 
@@ -152,7 +152,7 @@
 
 \def\comp#1{#1\\}
 
-\def\phone#1{\hfill#1\\}
+\def\phone#1{\hfill\phonelabel#1\\}
 
 \def\email#1{\smallbreak{\tt#1}\\}
 
@@ -163,9 +163,5 @@
 
 \def\notes#1{\smallbreak{\it(#1)}\\ }
 
-\def\today{\number\day\space
-        \ifcase\month\or Jan\or Feb\or Mar\or Apr \or May\or June\or
-        Jul\or Aug\or Sept\or Oct\or Nov\or Dec\fi
-        \space\number\year}
 
 %%% bbdb-print.tex ends here.
