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
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
Moderator: car031
Post
Re: LogicalDoc 6.2 CE GUI Language
What is the exact version you are using? can you post your context.properties?
Post
Re: LogicalDoc 6.2 CE GUI Language
Post solved.
The directory of GWT's library wasn't accessible from the application.
Thank you anyway
The directory of GWT's library wasn't accessible from the application.
Thank you anyway
Post
Re: LogicalDoc 6.2 CE GUI Language
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:
Enabling / disabling from within the GUI (Administration) doesn't change anything either and the log shows:
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
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.2011-08-24 15:26:37.709 INFO com.logicaldoc.core.i18n.LanguageManager Added new Language: de
Post
Re: LogicalDoc 6.2 CE GUI Language
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:
simply unzip
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
afterwards and move that .jar-archive back to where it belongs.
done.
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
Code: Select all
logicaldoc-6.2/tomcat/webapps/logicaldoc/WEB-INF/lib/logicaldoc-i18n-6.2.0.jar
create a new .jar-file by doing a
Code: Select all
jar -cf /tmp/logicaldoc-i18n-6.2.0.jar *
done.
Who is online
Users browsing this forum: No registered users and 16 guests