It is possible to change the language for the SignoSign application. You can choose between german and english.
To set the language you need to edit the file:
C:\Program Files\Apache Software Foundation\Tomcat 9.0_Tomcat9_InterFormSigner\webapps\signoSignUniversalPool\WEB-INF\classes\web-settings.properties
Please notice, that the path depends on what you specified during installation of the Tomcat server.
If you cannot find the path mentioned above, then then first need to install Tomcat, then install SignSign and start the Tomcat service.
The file contains these lines:
# By default the value for folderPathRoot is '.'. It leads to the bin directory # of the installed server in most cases. If the resulting folder causes problems # with access rights, an alternative path is needed. This can be set here. Please watch # example implementation for more details. folderPathRoot=. #Decides of mobile devices will be redirected to the mobile view. mobileView=true # documentSharingEnabled determines if the user should be able to see documents # he shared with someone by receiving a URL and sending it to that person. This # setting makes the corresponding button visible or not. # allowed values: true / false documentSharingEnabled = true # decides whether or not the password on sharing cases are editable # allowed values: true / false documentSharingEditablePassword = true #locale defines the default locale for the application to start with on on first request #possible is 'de_DE' for german and en_EN for english locale=en_EN #Decides if the signoSign/universal persistence-Webservice is used to persist data or if the file-system is used. #default: false databasemode = true # Scheme of signoSign/mobile url to call ssmScheme = http # Domain (incl. top level domain) or # IP address of signoSign/mobile url to call ssmDomainOrIP = localhost # Port number of signoSign/mobile url to call ssmPort = 8080 |
The locale select the language. As default this is de_DE, which selects german. Instead you can also specify en_EN to select english.
If you translate yourself, then you can edit one of the two language files to use your own language.
After changing the language you need to stop and start the Tomcat server.