Transcribe Documentation

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';

When using Structure with Transcribe you can also set the order that the languages will show up in Structure with the following config parameter.

Please note, this config parameter required all languages to be set in a comma separated string.

    $config['transcribe_structure_tab_order']= 'en,es,fr';

Support

Having problems setting up and/or using Transcribe? Support is offered from 10am to 4pm EST weekdays. Send us an email at help@eeharbor.com and we will respond as quickly as we can.