Topic: Language in Frontend

0 Members and 1 Guest are viewing this topic.

September 15, 2010, 09:38 AM

Offline wienmaas

  • Newbie
  • *
  • Posts: 6
    • View Profile
Hello, i changed the language in the backend sytem configuration to nl (dutch)

However the frontend still shows the English version.

Can you help me?

Erwin Maas

September 16, 2010, 08:35 AM

Offline Andy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1,739
    • View Profile
Unfortunately, right now jomCalendar is only available in English. You can modify the code if you would like to change the language, though.

Kindest Regards,
Andy

Andy Poorman - Support Manager / Developer
http://www.corephp.com'corePHP' - Accessibility Experts

— Professional Support: Support Tickets

September 16, 2010, 09:04 PM

Offline wienmaas

  • Newbie
  • *
  • Posts: 6
    • View Profile
i succesfully changed the language in the language ini-files, but still i see english code, like the days columns in the monthview and the title for every view also is in english.

what files do i need to edit to change these?

September 17, 2010, 04:38 AM

Offline Andy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1,739
    • View Profile
Can you provide me with a link?

Kindest Regards,
Andy

Andy Poorman - Support Manager / Developer
http://www.corephp.com'corePHP' - Accessibility Experts

— Professional Support: Support Tickets

September 17, 2010, 10:11 AM

Offline wienmaas

  • Newbie
  • *
  • Posts: 6
    • View Profile

September 20, 2010, 05:37 AM

Offline wienmaas

  • Newbie
  • *
  • Posts: 6
    • View Profile
Unfortunately, right now jomCalendar is only available in English. You can modify the code if you would like to change the language, though.

Kindest Regards,
Andy

On your website it is stated that there are various languages available, including dutch. This was one of the main reasons i decided to buy this product. So i hope you can show me where i can change the code to have it all in dutch. This still leaves me with the problem that when you update the jomcalendar, i have to do it all again :(

Sincerely, Erwin Maas

January 10, 2011, 01:50 PM

Offline Wasstu

  • Newbie
  • *
  • Posts: 7
  • 'corePHP' - Unlock your Full Potential!
    • View Profile
Hello, I changed the language in the backend sytem configuration to pl (polish)
However the frontend still shows the English version.
Can you help me too ? I try to change en-GB.com_jcalendar.ini but without success
Link to http://www.fotogram.pl/index.php?option=com_jcalendar&view=month&Itemid=100
Andrzej

January 11, 2011, 05:06 AM

Offline Andy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1,739
    • View Profile
I try to change en-GB.com_jcalendar.ini but without success

You copied the file, named it correctly for your language AND edited the contents inside, correct?

Kindest regards,

Andy Poorman - Support Manager / Developer
http://www.corephp.com'corePHP' - Accessibility Experts

— Professional Support: Support Tickets

January 12, 2011, 06:01 AM

Offline Wasstu

  • Newbie
  • *
  • Posts: 7
  • 'corePHP' - Unlock your Full Potential!
    • View Profile
after editing month and days without changes

January 12, 2011, 10:24 AM

Offline Andy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1,739
    • View Profile
Try opening these files:
[Your Joomla installation]/components/com_jcalendar/helpers/jcalendar.php
[Your Joomla installation]/components/com_jcalendar/helpers/activecalendar.php
[Your Joomla installation]/administrator/components/com_jcalendar/libs/php/activeCalendar/activecalendar.php

and look at the top.

Kindest regards,

« Last Edit: January 14, 2011, 08:57 AM by Andy »
Andy Poorman - Support Manager / Developer
http://www.corephp.com'corePHP' - Accessibility Experts

— Professional Support: Support Tickets

January 12, 2011, 12:18 PM

Offline Wasstu

  • Newbie
  • *
  • Posts: 7
  • 'corePHP' - Unlock your Full Potential!
    • View Profile
Only days I can change this method :(

January 13, 2011, 07:30 AM

Offline Andy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1,739
    • View Profile
You should see these variables:   

Code: [Select]
var $jan="January";
var $feb="February";
var $mar="March";
var $apr="April";
var $may="May";
var $jun="June";
var $jul="July";
var $aug="August";
var $sep="September";
var $oct="October";
var $nov="November";
var $dec="December";
var $sun="Sunday";
var $mon="Monday";
var $tue="Tuesday";
var $wed="Wednesday";
var $thu="Thursday";
var $fri="Friday";
var $sat="Saturday";

Changing the months have no effect?  If not, please post a support ticket and I can look into it in more depth.

Kindest regards,

Andy Poorman - Support Manager / Developer
http://www.corephp.com'corePHP' - Accessibility Experts

— Professional Support: Support Tickets

February 03, 2011, 10:17 AM

Offline Andy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1,739
    • View Profile
The solution to this was that the locale was set to use English and not the language they were trying to translate into.  This resulted in the PHP date function using this like l (a.k.a. lowercase L) returning "Monday" instead of the translated version.

See the setlocale function for more information.

Kindest regards,

Andy Poorman - Support Manager / Developer
http://www.corephp.com'corePHP' - Accessibility Experts

— Professional Support: Support Tickets

February 06, 2011, 09:24 AM

Offline Wasstu

  • Newbie
  • *
  • Posts: 7
  • 'corePHP' - Unlock your Full Potential!
    • View Profile
You give customers informations:
READ in your own language!
Change your language settings within jomCalendar using our powerful AJAX interface. Choose from the following supported languages:
English
French
Italian
Dutch
Polish
Portuguese
Japanese
It is not thrue and it is not in international standard.
I have to many problems with polish  language. Now I must uninstall this component. When I buy from anothers I can work without so many problems and emails.

« Last Edit: February 06, 2011, 09:29 AM by Wasstu »

February 18, 2011, 05:42 AM

Offline Andy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1,739
    • View Profile
These languages are all available in the AJAX calendar via the drop-down.  If you are experiencing issues with the translation, I'd be glad to help you.

EDIT:  This issue is almost always a problem with the locale being set incorrectly by PHP.  I highly recommend looking into that if you find yourself on this thread and are unable to solve the problem.

Kindest regards,

« Last Edit: March 21, 2011, 09:14 AM by Andy »
Andy Poorman - Support Manager / Developer
http://www.corephp.com'corePHP' - Accessibility Experts

— Professional Support: Support Tickets