i18 messages

Where are saved all i18 messages ? I use the navigation framework and in the database i have a table named i18n_messages, but it is empty. From the menu if i select Action/show I18N dialogs i can see all records…Where are they stored ? I have a module in my application (mfappointments) that has its i18 messages and i have to pass it in my app and i don’t know how i can do this operation.
Someone can give me some suggests ?

Thanks

hi michele,

when running from developer, the i18n entries are stored in
files, in the resource project, under the messages directory

It’s ok.
Thanks