Hi all
Well, I am writting a project, and it must run in several regions. I separated the language messages from the code. Now I have more than 800 lines of code for each language, in one file.
My question is, which one is better: having all of these messages (they are in variables, of course) in one file, or separating messages in different files, and include them in my codes while needed and based on the page need them (e.g. for products.php includes product_english.php and product_france, etc)?
Please talk about server over head and time.
Thank's.