$country_code = (isset($_GET['lang'])) ? $_GET['lang'] : getCountryFromIP($ip, 'code');
include_once( 'languages/'.((strtolower($country_code) == 'fr') ? 'fr_FR' : 'us_US').'.php');

si est...