Add support for text in multiple languages

This commit is contained in:
Luis Salazar 2018-10-27 22:50:40 -04:00
parent 7c3fbce42f
commit eecce2923e

View file

@ -394,6 +394,9 @@
% Use to execute conditional statements by checking empty string
\newcommand*{\ifempty}[3]{\ifthenelse{\isempty{#1}}{#2}{#3}}
% Provide support for text in multiple languages
\providecommand{\cvlang}{en}
\newcommand{\cvmultilang}[2]{\ifthenelse{\equal{#1}{\cvlang}}{#2}{}}
%-------------------------------------------------------------------------------
% Commands for elements of CV structure