ATC is not mentioning the type of aircraft

I found several 3rd party planes are doing the same as my C414 and no mention
of the type. I have my info entered here in code below. The default C172 will
say CESSNA and the custom tail number we added. But our product only shows the
tail number. We are not filling in the call sign. But that is not the point
here, as the C172 works with no call sign added.

[GENERAL]
atc_type ="TT:ATCCOM.ATC_NAME CESSNA.0.text"
atc_model ="TT:ATCCOM.AC_MODEL 414AW.0.text"

Also the C172 traffic
advisories is mentioning the type: Cessna Skyhawk, but our product we get
nothing (blank). How can I get both of these issues fixed?

I found using the default TT:ATCCOM.ATC_NAME CESSNA.0.text call to the sims
macro does not work. But now I realize we can add the info to our LOC file and
use TT:CESSNA or simply use $$: CESSNA

I think the problem is in your atc_model line. 414AW.0.text does not exist in
the default locPak files in OneStore\fs-base. C414 does, but not 414AW. You
may be able to add the following line to your local locPak files in the
“Strings” section: “ATCCOM.AC_MODEL 414AW.0.tts”: “414”, or just use

atc_model ="TT:ATCCOM.AC_MODEL C414.0.text"

in your General section instead