LanguageLoader in 3.30 missing LoadLanguage method?

"marcelosoftware" <[email protected]> Sat, 20 Jan 2007 22:37:57 -0000
Newsgroups gmane.comp.lang.delphi.jedi
Message-ID <[email protected]>
I updated to JVCL 3.30 and LanguageLoader miss Loadlanguage method.
How can i contour that problem?

thanks.

procedure TFrmPrincipal.LoadLang(Filename : String);
var i : Integer;
begin
  try
    for I := 0 to FrmPrincipal.ComponentCount -1 do
    begin
      if not(FrmPrincipal.Components[I].Name = 'SysInfoEx')then
         LanguageLoader.LoadLanguage(FrmPrincipal.Components[I],
Filename);{It worked well in 3.0 but in 3.30 it does not works}  
    end;
  except
    on e: Exception do
       ShowMessage('File dont Found '+ Filename + ' '+ e.Message);
  end;
end;



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Delphi-JEDI/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/Delphi-JEDI/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[email protected] 
    mailto:[email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/