Class MultiLanguageDataProvider.
__construct()
getCurrentLanguage() : string
string
Short tag for the current working language like de or fr etc.getFallbackLanguage(mixed $mixID) : \ContaoCommunityAlliance\DcGeneral\Data\LanguageInformationInterface
mixed
The ID of the record to retrieve.
getLanguages(mixed $mixID) : \ContaoCommunityAlliance\DcGeneral\Data\LanguageInformationCollectionInterface
mixed
The ID of the record to retrieve.
setCurrentLanguage(string $strLanguage) : \ContaoCommunityAlliance\DcGeneral\Data\DataProviderInterface
string
The new language, use short tag "2 chars like de, fr etc.".
$strCurrentLanguage : string