I want to write a modern CV with some Hebrew letters. moderncv works fine alone:
\documentclass{moderncv}\firstname{}\familyname{}
\usepackage[utf8x]{inputenc}
\usepackage[english]{babel}
\begin{document}
English
\end{document}
Hebrew also works fine alone:
\documentclass{article}
\usepackage[utf8x]{inputenc}
\usepackage[hebrew,english]{babel}
\begin{document}
English
\R{עברית}
\end{document}
But, when I try to run them together:
\documentclass{moderncv}\firstname{}\familyname{}
\usepackage[utf8x]{inputenc}
\usepackage[hebrew,english]{babel}
\begin{document}
English
\R{עברית}
\end{document}
I get many error messages of the form:
"Undefined control sequence. }". File: rlbabel.def. Line: 188
Is there a way to make them work simultaneously?

\thesectionnot being known, as well as\thesubsectionetc. – Aug 12 '16 at 14:42polyglossiais the better way to go here? – Aug 12 '16 at 15:12predefining these counters and these commands did not help, it still did not compile.
– Elad Den Aug 14 '16 at 07:01