On case insensitive systems, @lang('Auth') would match the auth.php file and return an array instead of the string "Auth", causing a "Array to string conversion error"
* Move language selection string to translation files Falls back to locale name * Reload page for locale changes