>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc you are more handy with the babel code could you
Juergen> have a look, I will insert you another field babel in the
Juergen> Language.[Ch] files if you cannot do that yourself.
I am currently fiddling with the xforms menu code and do not have much
time. Moreover my babel is a bit old.
Grep is your friend: to get all the languages known to babel, and the
file where they are defined,
grep 'DeclareOption.*ldf' `kpsewhich babel.sty` | sed -e
's/^.*{\([^}]*\)}{\\input{\(.*\)\.ldf}}/\1 == \2/'
JMarc