What can I do more to correct?Software error:
Can't locate object method "getLang" via package "danish" (perhaps you forgot to load "danish"?) at Modules/Session.pm line 58.
XFileSharing Pro - [Solved] Can't locate object method "getLang"
-
- Posts: 19
- Joined: May 28, 2008 12:56 am
[Solved] Can't locate object method "getLang"
I follow the four steps in instructions for Multilanguage Support and get the following error, when choosing my new language.
Last edited by Rocket_Man on Aug 12, 2008 10:56 am, edited 1 time in total.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
There's a little trick I probably forgot to mention in INSTALL: you also need to edit first line of .lng file:
replace
with
Can you contribute us Danish language pack when it will be ready?
replace
Code: Select all
package english;
Code: Select all
package danish;
-
- Posts: 19
- Joined: May 28, 2008 12:56 am
-
- Posts: 19
- Joined: May 28, 2008 12:56 am
New (old) small "annoying" thing -->
Special charactors (still) show up as strange ��� from my adjusted Danish language. Strange thing is, that when choosing German all spacial charactors show up OK in German. Do you have a hint on what to try?
I have with previous version been forced to use unicode numerical character references to make script/html output to show the special characters of my language. I would very much avoid this. So, what might i overlook you think?
Special charactors (still) show up as strange ��� from my adjusted Danish language. Strange thing is, that when choosing German all spacial charactors show up OK in German. Do you have a hint on what to try?
I have with previous version been forced to use unicode numerical character references to make script/html output to show the special characters of my language. I would very much avoid this. So, what might i overlook you think?
-
- Posts: 19
- Joined: May 28, 2008 12:56 am