i can sloved this problem. and then tts is working
take by next step
driveralerts.zip\ui_nextgen\common\ui\driveralerts.ui
edit
<row text="On/Off Road Signs Warning and TTS Pro Test" ... enable=(%lua.DAEnabled && %lua.DAReadEnabled && (%lua.wReadOutDASupported || !%lua.DA_ReadTTS_Enabled && %lua.DAaudioSupported)) .../>
to
<row text="On/Off Road Signs Warning and TTS Pro Test" ... enable=1 .../>
speedcam.zip\ui_nextgen\common\ui\speedcam.ui
edit
<row text="Speedcam Test" isactionbutton=1 onrelease=sc_ReadoutSpeedcamInfo enable=.../>
to
<row text="Speedcam Test" isactionbutton=1 onrelease=sc_ReadoutSpeedcamInfo/>