Tranlate is working GREAT!
Please, it would be more consistent if you can add the following:
>>>The Buttons text (buttons tab of the netweb object)
The template are still translating with
s_web._SitesQueue.Defaults.UploadButton.TextValue = Translator.TranslateString('Upload')
s_web._SitesQueue.Defaults.UploadButton.ToolTip = 'Click here to Upload the file'
see that the Tooltip is not translated
I´ve tried typing p_web.Translate('Upload') but I get a Unknown function label
>>>The Locate text (Advance tab) ...
I tried typing p_web.Translate('Locate') but I get a Unknown function label
Why it is not in the Button tab?
Note: Nevertheless the button Tooltips are been translated, may be in the CreateButton proc. May be the button text could be translated in the same proc.
>>>The Text of a Display field in a form
>>>The options of a radio field in a form
>>>Main menu options are not been translated... (Ex p_web._jsok('Config'))
And ... Is there any chance for you to add a check to the Lookup Settings tab of a Drop field to translate the options loaded from a file?
I know I can omit your code and add mine but I think it would be helpfull for others.
Thanks
Alberto