Hello,
Where would I find the list of variables that I can use to edit the language file?
| Posted by | Messages text |
|---|---|
![]() Total post : 15 Profile |
Written on : 02/11/2009 16:25 ( more than one month ) Object : Editing The Language File Hello, Where would I find the list of variables that I can use to edit the language file? |
![]() Total post : 1861 Profile |
Written on : 03/11/2009 09:38 ( more than one month ) Object : Re: Editing The Language File hello, what do you mean exactly? Do you want to edit the language file used for the installation so that if you perform three installations you have all 3 with the language already modified or do you simply want to translate some items on the installed platform? bye, Giovanni. Docebo Staff |
![]() Total post : 15 Profile |
Written on : 03/11/2009 16:49 ( more than one month ) Object : Re: Editing The Language File I was looking at the variables that are used in the system emails like: [url] [userid] [password] etc.. Thanks... |
![]() Total post : 1861 Profile |
Written on : 04/11/2009 09:35 ( more than one month ) Object : Re: Editing The Language File oh, I see.. actually that are not a predefined list of variables.. they depends on the module who is sending the email or the module they are used in. So you should search for them in the php file of the module you want and if you want to add some information not yet available you have to add a piece of custom code to the existing php code (but keep in mind that this will be overwritten as you upgrade to a newer release). bye, Giovanni. Docebo Staff |