Does it matter if for Language name I use the localised name for that language? I have the same issue related to Language selector using language names translated.
[en]
languageCode = 'en'
languageName = '<!-- localized name -->'
Does it matter if for Language name I use the localised name for that language? I have the same issue related to Language selector using language names translated.
[en]
languageCode = 'en'
languageName = '<!-- localized name -->'
From a technical standpoint you can put whatever you want in there. The value is not used internally.
I am creating a dropdown Language switcher. That’s good to hear.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.