Config File Language Assignment
The purpose of this config parameter is to specify the language you would like to be used when there isn't a language abbreviation found in the URL.
When using this variable on a standalone site the following format should be used.
$config['transcribe_no_abbr'] = "en";
When setting the language to be used when no language abbreviation is present on MSM sites the following format should be used.
$config['transcribe_no_abbr']['default_site'] = 'en'; $config['transcribe_no_abbr']['second'] = 'es';