Ok sorted:
in Users/DetailView.ascx add above the row that has LBL_LANGUAGE (around line 100):
in Users/EditView.acsx around line 98 add:
AutoPostBack="true"
to the Theme dropdown
Now the tricky bit... in Users/DetailView.ascx.cs add the following just under //User Settings at around line 250:
txtTHEME.Text =
{
vwThemes.RowFilter =
txtLANGUAGE.Text =
}
and finally add
Works for me, but comes with no warranty of any kind!