I'm trying to modify the strings biblatex uses to set the "cited on" string used in the bibliography to identify the pages where a given references has been cited.
What I gather from the biblatex documentation (e.g., § 4.9.2.16) is that something like
\renewbibmacro{backrefpage}{<newtext>}
\renewbibmacro{backrefpages}{<newtext>}
ought to work, but they have no effect for me (I'd also like to get this working for the "visited on" string, urlseen).
My MWE is unchanged from How do I turn titles into hyperlinks in verbose mode using BibLaTeX and hyperref?, with the addition of these (and related lines) just about anywhere.
\renewbibmacro*{in:}{<newtext>}work. – orome Mar 30 '12 at 16:22