How to change text language in editor page ?
How to change text language in editor page ?
SebCollard
Posts: 8Questions: 4Answers: 0
Hello, my project is available in english and french, therefore I use language option to change the text in the desired language and I would like to change the text in editor but I don't know the name of the object that I need to change.
Option language I use :
language : {
processing : $.Sm.trans.dictionary.table_Processing,
search : $.Sm.trans.dictionary.table_search,
lengthMenu : $.Sms.trans.dictionary.table_lengthMenu,
info : $.Sm.trans.dictionary.table_info,
infoEmpty : $.Sm.trans.dictionary.table_infoEmpty,
infoFiltered : $.Sm.trans.dictionary.table_infoFiltered,
loadingRecords : $.Sm.trans.dictionary.table_loadingRecords,
zeroRecords : $.Sm.trans.dictionary.table_zeroRecords,
emptyTable : $.Sm.trans.dictionary.table_emptyTable,
paginate : {
first : $.Sm.trans.dictionary.table_first,
previous : $.Sm.trans.dictionary.table_previous,
next : $.Sm.trans.dictionary.table_next,
last : $.Sm.trans.dictionary.table_last,
},
},
This discussion has been closed.
Answers
Hi SebCollard,
Take a look at the following pages, they should help you out.
Hope this helps,
Sandy
@sandy Hi, I kown this function but it's not useful for me, I think you don't understand what I would like to change, you can see this img : https://ibb.co/jwN0z0n to see the text I would like to change.
Hi SebCollard,
There are a number of different options for editor buttons using the i18n option. Try going to this page and searching for "i18n" and all of the options should be displayed for you.
I think in particular you may be interested in the following pages for the example that you gave.
Hope this helps,
Sandy