Interface MultiLanguageDataProviderInterface.
getCurrentLanguage() : string
string
Short tag for the current working language like de or fr etc.getFallbackLanguage(mixed $mixID) : \ContaoCommunityAlliance\DcGeneral\Data\LanguageInformationInterface | null
mixed
The ID of the record to retrieve.
getLanguages(mixed $mixID) : \ContaoCommunityAlliance\DcGeneral\Data\LanguageInformationCollectionInterface | null
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.".