If you have any questions, comments or issues with this project please post them here!
I think the instructions are wrong for the Day 82 challenge. The instructions say:
If the URL ends in /english
, then display the English page.
If it ends in /otherLanguage
, then display your translated page instead.
But the actual code in the solution shows that the URL that will display the English page is actually this:
/language?lang=eng
And the URL that will display another language is actually:
/language?lang=languageNameHere
3 Likes