View Single Post
  #1200  
Old 03-10-2015, 09:16
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Smile Change language problem

Quote:
Originally Posted by Sculpture View Post
How to solve this ?

script(code)-

Quote:
#ifdef precomp
PCFVer:={#precomp};
#else
PCFVer:=0;
#endif
ISDoneError:=true;
if ISDoneInit(ExpandConstant('{src}\records.inf'), $F777, Comps1,Comps2,Comps3, MainForm.Handle, {#NeedMem}, @ProgressCallback) then begin
repeat
// ChangeLanguage('English');
if not SrepInit('',512,0) then break;
if not PrecompInit('',128,PCFVer) then break;
if not FileSearchInit(true) then break;

if not ISArcExtract ( 0, 0, ExpandConstant('{src}\*.bin'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
Very late reply (help)
Bro this may fix language problem.
This may help in someother guy's with this script (if you may include )

Search the script line 'change language' in the above section of if not isArcExtract .
Remove the double slash ( // ) and enable the line.Now progress shows hr:min:sec.
That' all
Reply With Quote