I need to put a \seeindex in my registry. Although I defined my document language to spanish, ConTeXt is still showing that word as "See" in the registry (in spanish it should be something like "Ver" or "Vea"):
\mainlanguage[es]
\starttext
test \index{aindex}test
test \seeindex{cindex}{aindex}text
\placeregister[index]
\stoptext
I thought \mainlanguage[es] would translate those things too... How can I get rid of this? Thanks in advance!