CDTF

Description

Discover the CDTF. This site offers an interactive and informative platform to support the rights of border workers in this strategic region. With an intuitive design and fluid navigation, the site provides legal resources, practical guides and relevant news to help border workers understand and defend their rights.

ssss document.addEventListener('DOMContentLoaded', function () { const filterButton = document.querySelector('.filter[data-group="category_all"]'); const language = document.documentElement.lang; if (filterButton) { if (language === 'fr') { filterButton.textContent = 'Tout'; } else if (language === 'de') { filterButton.textContent = 'Alle'; } else { filterButton.textContent = 'All'; } } });