Page 1 of 1

i18n in installation wizard and admin console

Posted: Mon Aug 20, 2007 11:25 am
by Pierre M.
Hello devs,

I have once read in the forum that CMSms is slowed down by every language package installed even if not used.
I may be strongly wrong about this : what about puting all strings out of code_xyz.php in included strings_xyz_lang.php ? This way, there would be only one switch(lang) in PHP processing and no need to parse code about unused languages. Each string would have a serial number and error/warning/notice message strings would show it, making it easier for debug/support.

What do you think about this ? Is it a solved topic ? Is it something to do ?
Hope it helps.

Pierre M.