Tooltip localisation

Not fully understand how to add multilingual tooltip.

Doing as example:

  1. Edited en_US.locPack
  2. Added: COCKPIT.TEST_TIP
  3. added to aircraft_interior.xml model definition call to TT:COCKPIT.TEST_TIP

So, it’s not work. I see tip with name “TT:COCKPIT.TEST_TIP”

Someone know how it works?

Can you show a bit more of the code in relation to that part of the locpack?

 {
 	"LocalisationPackage": {
 		"Language": "en-US",
 		"Strings": {
 			"AIRCRAFT.DESCRIPTION": "Test.",
 			"AIRCRAFT.UI_MANUFACTURER": "Antonov",
 			"AIRCRAFT.UI_MODEL": "AN-24RV",
 			"AIRCRAFT.UI_VARIATION": "Base",
 			"COCKPIT.TOOLTIPS.TEST_TIP": "Test Tip"
 		}
 	}
 }

And of course i call it in aircraft_interior.xml model definition as TT:COCKPIT.TOOLTIPS.TEST_TIP