lang=xx
to the URL query string in order to override the board's language for users who are unregistered and do not know enough of the default language or the forum layout to create an account.This shouldn't be too big of a change, simply check the URL to see if $_GET['lang'] is present and whether or not the chosen language is available for use, and if so, override the board's default language.
EDIT: See Ticket