Interface MultiLanguageDataProviderInterface.
getCurrentLanguage() : string
stringShort tag for the current working language like de or fr etc.getFallbackLanguage(mixed $mixID) : \ContaoCommunityAlliance\DcGeneral\Data\LanguageInformationInterface | null
mixedThe ID of the record to retrieve.
getLanguages(mixed $mixID) : \ContaoCommunityAlliance\DcGeneral\Data\LanguageInformationCollectionInterface | null
mixedThe ID of the record to retrieve.
setCurrentLanguage(string $strLanguage) : \ContaoCommunityAlliance\DcGeneral\Data\DataProviderInterface
stringThe new language, use short tag "2 chars like de, fr etc.".