Custom Module Multi Language
Jamroom Developers
SoftDesigns:
#1: If user has never selected a language - Maybe need a META setting in custom module, to set default language? Whatever you think best...
If a user has never selected a language, they will use the value as set in ACP -> Users -> Global Config -> Account Settings (tab) -> Default Language.
SoftDesigns:
#2: After further testing: Selected language still does not "stick": After user clicks a link to change the language - it works UNTIL they click off that page. Not sure if this is a bug, or if we are still missing something.
Sounds like you are not actually changing the language - you may just be showing them the selector. When the user actually selects a new language, you must RELOAD the page with the "set_user_language" URL parameter added (like Michael outlined above). The language must be a language installed in your JR, and it will set a cookie called "jr_lang", so check that that is being set.
Let me know if that helps.