Firstname Lastname issue in related to contacts module field

I want to use “Lastname Firstname” style.
Of cource,
I set “l f s” in my Name Display Format : settings.
and
change

‘db_concat_fields’ =>
array (
0 => ‘last_name’,
1 => ‘first_name’,
),

in the file
crm/custom/Extention/modules/my_module/Ext/Vardefs/some_file.php

But, related fields are not working correctlly.

Related to contacts field is not working correctlly. It shows “Firstname Lastname” after save and reloaded.

Can you help me?

@irieyuusuke

Reset user preferences (Admin -> User Management -> edit user) for the start.

Thanks your reply.

I chricked “RESET USER PREFERENCES” on my profile page.
there is no change now.