9 Aug
2005
9 Aug
'05
9:06 a.m.
Roelof Langman wrote:
Hi, I'd like my figures to have dutch captions when I write a text in dutch. Unfortunately, context shows my captions with the text "Figure" instead of "Figuur", which would be the dutch way.
My code looks like this:
% output=pdf
\language[nl]
Perhaps: \mainlanguage[nl] vit
\starttext
\placefigure [here] [fig:uur] {Figuur een} {}
\stoptext
and the text shown is "Figure 1 Figuur een".
I use texexec version 5.2.5 with cont-nl version 2005.03.16.
I assumed setting the language to nl would give me dutch captions.
What did I miss?
Cheers, Roelof Langman