Hello.
I'm using the WebForum release 0.34.00. I set the properties archive like below:
'====begin====
MessageArchiveDirectory=C:\resin-2.1.0\webapps\WebForum
ForumLocaleFile=C:\resin-2.1.0\webapps\WebForum\English.properties
UserListFile=C:\resin-2.1.0\webapps\WebForum\forumSampleUserList.properties
SaveDelay=60
ForumTitle=Epistheme
ForumSubTitle=Frum de Discusso
AuthorizationLevel=0
CSSURL=http://localhost:8080/WebForum/WebForum/forumsample.css
'===end====
but the forum until is in French language. In ForumLocaleFile and
UserListFile parameters I put only English.properties and forumSampleUserList.properties (without the path) respectively, but nothing changes. What should I do?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I suspect that it happens because it cannot find the forum locale file.
Try the latest version of webforum as it should now fail if it cannot find the forum locale file. It should also tell you now where it tries to read it.
Hope this help! Let us know how it went!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
I'm using the WebForum release 0.34.00. I set the properties archive like below:
'====begin====
MessageArchiveDirectory=C:\resin-2.1.0\webapps\WebForum
ForumLocaleFile=C:\resin-2.1.0\webapps\WebForum\English.properties
UserListFile=C:\resin-2.1.0\webapps\WebForum\forumSampleUserList.properties
SaveDelay=60
ForumTitle=Epistheme
ForumSubTitle=Frum de Discusso
AuthorizationLevel=0
CSSURL=http://localhost:8080/WebForum/WebForum/forumsample.css
'===end====
but the forum until is in French language. In ForumLocaleFile and
UserListFile parameters I put only English.properties and forumSampleUserList.properties (without the path) respectively, but nothing changes. What should I do?
I suspect that it happens because it cannot find the forum locale file.
Try the latest version of webforum as it should now fail if it cannot find the forum locale file. It should also tell you now where it tries to read it.
Hope this help! Let us know how it went!