Finalbuilder uses always English VCL on compiling

Hi, in Delphi IDE i am using the German VCL. When i Compile inside FinalBuilder it advices DCC to use the englisch Resources, so all Strings are marked changed in Sisulizer.

Any idea to set something, so the German VCL is used also for batch compiling?

 

chris

You need to make use of the $(LANGDIR) delphi variable in your library path. FinalBuilder loads the setting for this variable from the registry, assuming of course you have set the language using the BDSSetLang.

Thank you,
works perfect.
chris