14 Jul
2008
14 Jul
'08
3:14 p.m.
Am 14.07.2008 um 16:28 schrieb Thomas A. Schmitz:
Hi all, Taco,
yet another question re the bib-module: I am wondering how to deal with place names (or other elements) in different languages. E.g., if a book has been published in Munich, I'd like the place to read "Munich" when the language of the document in which the bibliography occurs is German, "München" when the language is German. So is there any switch that would allow me to have something like this in my .bib- file:
address = {\iflanguageelse{de}{München}{Munich}}
Or do you have any other suggestions what I could do?
You could try \doifelse\currentmainlanguage{de}{M\uumlaut nchen} {Munich}. Regards Wolfgang