Total Commander Ultima Prime Board
Change SumatraPDF Language Problem - Printable Version

+- Total Commander Ultima Prime Board (https://tcup.pl/board)
+-- Forum: Total Commander Ultima Prime (https://tcup.pl/board/forumdisplay.php?fid=1)
+--- Forum: Problems / Problemy (https://tcup.pl/board/forumdisplay.php?fid=2)
+--- Thread: Change SumatraPDF Language Problem (/showthread.php?tid=829)



Change SumatraPDF Language Problem - Dushmanius - 06-26-2010

Every time I change SumatraPDF language, it reverts back to russan on the next launch.

Does anyone know how I can fix this so it will be English every time?


RE: Change SumatraPDF Language Problem - ULTIMA PRIME - 06-26-2010

How You start Sumatra PDF?


RE: Change SumatraPDF Language Problem - Dushmanius - 06-27-2010

(06-26-2010, 05:37 PM)ULTIMA PRIME Wrote: How You start Sumatra PDF?

F3


RE: Change SumatraPDF Language Problem - ULTIMA PRIME - 06-27-2010

My mistake, i fix this in next version.

Open:

c:\Program Files\TC UP\PLUGINS\Tools\OpenFileTC\F3.ini

Find:

[Program2]
Name=Sumatra PDF
FullPath=%COMMANDER_PATH%\PLUGINS\Media\SumatraPDF\SumatraPDF.exe
SupportedExts=pdf
OpenAtOnceForAnyExt=1
pdf_CmdLine=-lang uk %1
OpenWindowType=3

and change to:

[Program2]
Name=Sumatra PDF
FullPath=%COMMANDER_PATH%\PLUGINS\Media\SumatraPDF\SumatraPDF.exe
SupportedExts=pdf
OpenAtOnceForAnyExt=1
pdf_CmdLine=-lang en
OpenWindowType=3


RE: Change SumatraPDF Language Problem - Dushmanius - 06-28-2010

Thank you. : )

This almost worked.

When I press F3 it opens SumatraPDF but it will not open with selected pdf.
It will just launch blank.

So instead of

pdf_CmdLine=-lang en

I entered

pdf_CmdLine=-lang en %1

This seems to do the trick. Now Sumatra works as it was meant to. : )