I don't understand what you're saying.Assuming you mean with your localisation files, I would think that using [<scope>.GetTitledName] should work. If that doesn't work you can always do it the hard way [<scope>.GetJobTitle] [<scope>.GetFirstName]. This might help: http://www.ckiiwiki.com/Localisation
I mean how how the character's name is displayed. Like "Princess Mathilda of England" or "Kaiser Otto the Great". If a character's is unlanded and doesn't have any minor titles they are just called by their given name. I want to ensure that when someone get a council job they get that title before their name.
I tried adding show_as_title = yes in 00_job_titles.txt but apparently that doesn't work.