Eventually I can solve it myself. Should consider the babel macro
\captionslanguage
In LaTeX preamble:
\AtBeginDocument{%
\addto\captionsenglish{%
\renewcommand\contentsname{Table of Contents}
}
}
Regards
WAS
2009/10/24 Waluyo Adi Siswanto :
> I would like to change the \contentsname i
I would like to change the \contentsname in Book(KOMA-Script)
I tried to insert in the LaTeX preamble (Document>Settings)
\renewcommand{\contentsname}{Newname}
also
\AtBeginDocument{\renewcommand{\contentsname}{Newname}}
Both did not work.
It works if I insert the LaTeX command (the first one) i