Hello,
But , here I would like to use language file as parameters : for example,
in layoutpdf Interface, I changed values xpos, xpos, width by lang_date_x, lang_date_y, lang_date_w
it works fine !!!
But, I just want to make a form application to modify and save new values for lang_date_x, lang_date_y, lang_date_w .
Otherwise, I have to create same parameters for a second time in my own database, but it’s not the best way …
I know that all messages are in “lang” sub-directory in PHP files but, maybe you can create a function to change them that we can use it in our codes :
example : sc_change_lang(“lang_date_x”, “25”) // value of lang_date_x will be changed definitely with 25 in language files
I think, you have already that in Language Screen.
Best regards
Nac