Language Learning

Language learning at FCLA focuses on everyday communication, confidence, and access. Programs can support learners, families, volunteers, and neighbors building shared understanding across languages.

// Static paths for localized program pages
export function getStaticPaths() {
    return [
        // English route: /programs/language-learning
        {
            params: {
                dyn_routing: "programs",
                subpage1: "language-learning",
            },
            props: { lang: "en" },
        },
        // Spanish route: /es/programas/aprendizaje-de-idiomas
        {
            params: {
                dyn_routing: "es",
                subpage1: "programas/aprendizaje-de-idiomas",
            },
            props: { lang: "es" },
        },
    ];
}

Participation Counter

This small React component demonstrates the only intentionally interactive island on the static site.

This is a React component

Community participation count 0 doubled: 0