[Bug #1095] Fixed issue using header parameter of CutyCapt to set Accept-Language.
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
3697c7f8a5
commit
4ae60ee70d
1 changed files with 4 additions and 0 deletions
|
|
@ -212,6 +212,10 @@ public class CutyPrint {
|
|||
// Destination complete absolute path
|
||||
captureString += " --out=" + absolutePath + filename;
|
||||
|
||||
// User language
|
||||
captureString += " --header=Accept-Language:"
|
||||
+ Locales.getCurrent().getLanguage();
|
||||
|
||||
try {
|
||||
// CutyCapt command execution
|
||||
LOG.warn(captureString);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue