i18n in installation wizard and admin console

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
Pierre M.

i18n in installation wizard and admin console

Post 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.
Post Reply

Return to “Developers Discussion”