You are here

private static property InstapageCmsPluginConnector::$selectedLanguage in Instapage plugin 8.3

Same name and namespace in other branches
  1. 7.3 core/connectors/InstapageCmsPluginConnector.php \InstapageCmsPluginConnector::selectedLanguage

Type: string $selectedLanguage Language of current CMS. Currently only english is supported.

File

core/connectors/InstapageCmsPluginConnector.php, line 16

Class

InstapageCmsPluginConnector
Main connector class, used to integrate with PHP-based CMSes. It's job is to detect a CMS that executes the code and select proper CMS Connector.

Code

private static $selectedLanguage = 'en-GB';