To change the word Figure or Table
What you need is\renewcommand{}{}
.Example:
- Change Figure to Rajah:\renewcommand{figurename}{Rajah}
- Change Table to Jadual:\renewcommand{tablename}{Jadual}
What about List of Figures and List of Tables?
We can still use the same\renewcommand{}{}
.Example:
- Change List of Figures to Senarai Rajah:\renewcommand{listfigurename}{Senarai Rajah}
- Change List of Tables to Senarai Jadual:\renewcommand{listtablename}{Senarai Jadual}