The contents you find here are totally obsolete so do not use this website to obtain a solution for your issues: the indications you get from here will not be accurate and may lead to data loss or other mayor problems

LogicalDoc 6.2 CE GUI Language

LogicalDOC has many interesting features, but requires some configuration process to show its full potential.

Moderator: car031

gelmetti.matteo
Posts: 5
Joined: Fri Aug 05, 2011 3:48 pm

LogicalDoc 6.2 CE GUI Language

Thu Aug 11, 2011 10:32 am

Hi,
I'm trying to use any kind of language even in default setup and from login form
but when i access the application the GUI language is always English?
If I use LogicalDoc 6.1 CE everything is right.
Where is my mistake?

Thanks
Teo
mmeschieri
Posts: 242
Joined: Mon Apr 19, 2010 3:40 pm

Re: LogicalDoc 6.2 CE GUI Language

Tue Aug 16, 2011 8:39 am

What is the exact version you are using? can you post your context.properties?
gelmetti.matteo
Posts: 5
Joined: Fri Aug 05, 2011 3:48 pm

Re: LogicalDoc 6.2 CE GUI Language

Tue Aug 16, 2011 3:04 pm

Post solved.
The directory of GWT's library wasn't accessible from the application.

Thank you anyway
dcentrio
Posts: 6
Joined: Wed Aug 24, 2011 2:49 pm

Re: LogicalDoc 6.2 CE GUI Language

Wed Aug 24, 2011 3:05 pm

Same problem here.
After moving from 6.1 to 6.2 (both community editions) the only language that the interface is being shown with is english.

From context.properties:

Code: Select all

lang.de=enabled
lang.de.gui=enabled
Enabling / disabling from within the GUI (Administration) doesn't change anything either and the log shows:
2011-08-24 15:26:37.709 INFO com.logicaldoc.core.i18n.LanguageManager Added new Language: de
However, it's possible to make a selection during login and the login screen honors the entries from within context.properties regarding of what language is enabled or disabled. Nevetheless, the language stays english no matter what is being chosen at during the logon.
dcentrio
Posts: 6
Joined: Wed Aug 24, 2011 2:49 pm

Re: LogicalDoc 6.2 CE GUI Language

Tue Aug 30, 2011 11:41 am

as a follow-up, this seems to be a bug in 6.2 since a lot of language files do exist but they are zero-sized:

Code: Select all

-rw-r--r-- 1 root root    85 28. Mär 12:51 i18n.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_ar.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_da.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_de.properties
-rw-r--r-- 1 root root 45858  1. Nov 2010  messages_el.properties
-rw-r--r-- 1 root root 41563 29. Nov 2010  messages_en.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_es.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_fr.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_hu.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_it.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_nl.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_no.properties
-rw-r--r-- 1 root root 48554  6. Jun 17:13 messages.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_pt_BR.properties
-rw-r--r-- 1 root root 38923  1. Nov 2010  messages_pt.properties
-rw-r--r-- 1 root root 38508  1. Nov 2010  messages_ro.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_ru.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_tr.properties
-rw-r--r-- 1 root root     0 16. Jun 18:14 messages_zh_CN.properties
-rw-r--r-- 1 root root  1940 25. Feb 2011  officeaddin_es.properties
-rw-r--r-- 1 root root  1917 25. Feb 2011  officeaddin_it.properties
-rw-r--r-- 1 root root  1779 25. Feb 2011  officeaddin.properties
simply unzip

Code: Select all

logicaldoc-6.2/tomcat/webapps/logicaldoc/WEB-INF/lib/logicaldoc-i18n-6.2.0.jar
in some temporary directory and copy the language file you need and that's empty from 6.1 into the i18n-directory from the jar-file just unzipped.

create a new .jar-file by doing a

Code: Select all

jar -cf /tmp/logicaldoc-i18n-6.2.0.jar *
afterwards and move that .jar-archive back to where it belongs.

done.

Return to “Configuration”

Who is online

Users browsing this forum: No registered users and 16 guests

× Attention! This forum has been dismissed and will be soon removed. The contents you find here are totally obsolete so do not use this website to obtain a solution for your issues: the indications you get from here will not be accurate and may lead to data loss or other mayor problems.