Using end() to implement the default language fallback mechanism in multilingual arrays
When developing multilingual websites, you usually need to load the corresponding translated content based on the user's language selection. However, in some cases, the user may choose a language without a corresponding translation, or the content of that language is not found on a specific page. To ensure user experience, we can provide default language content through a fallback mechanism.
end