Hello!
I know this isn't a big problem for most people, but the fix seems simple.
Currently, the language chooser shows the list of languages in an order that seems based on the xf_language table order.
I suggest adding one of these to the end of the SQL query to improve it.
Or better yet, if possible:
Small improvement, but (hopefully) a simple fix!
Cheers!
I know this isn't a big problem for most people, but the fix seems simple.
Currently, the language chooser shows the list of languages in an order that seems based on the xf_language table order.
I suggest adding one of these to the end of the SQL query to improve it.
SQL:
ORDER BY title
Or better yet, if possible:
SQL:
ORDER BY [default language], title
Small improvement, but (hopefully) a simple fix!
Cheers!
Upvote
0