Localization Problem
Posted: Wed Jan 24, 2007 8:49 am
I use a rewriting of the ActionTest demo. But in my project the Localisation will not work (It Localizes the top menus but nothing more). I haven't rewritten anything in the localization files or in the call to the localization. When i debug i see in TRVCustomAction.Localize that the correct language is selected and it gets all the correct strings for caption and hints for all menu items, but when the form is shown only the top menus are translated.
Also, in FormCreate i set
rvActionsResource.rvActionSave1.Visible := false;
But this is ignored. Is this a known problem, does anyone know how to solve it?
I copied all of my files an created a new project keeping all of the code from the other project and in the new project everything worked fine. But I need it to work in my other project too...
Also, in FormCreate i set
rvActionsResource.rvActionSave1.Visible := false;
But this is ignored. Is this a known problem, does anyone know how to solve it?
I copied all of my files an created a new project keeping all of the code from the other project and in the new project everything worked fine. But I need it to work in my other project too...