Whats the file where string values of the variables are stored?

In SugarCRM that file is lang_us.php as far as i remember, where is the file where strings like the info of SuiteCRM are stored, name of the modules, or the footer of the page?

Hi,

The SuiteCRM language strings behave the same as they do in SugarCRM.

There’s no one place where language strings are stored. However the ones you mention are stored in

include/language/en_us.lang.php

customisations will (or at least should) be placed in

custom/Extension/application/Ext/Language/

SuiteCRM ships with some customisations in this folder.

Hope this helps,
Jim