Customizing default actions name

Hi,

Is is feasible to programaticaly customize some actions name such as :
externalize.in, externalize.in.tooltip, externalize.out [defined in “common.properties”]

Thanks.

Yes, that is best done using the TextManager (CControl.getController().getTexts().put… ). The keys in the *.properties files and the keys used by the TextManager are identical.

Thanks