Kayako logo
Language Packs Discuss, request and share language packs for Kayako products.

Kayako develops robust helpdesk software, live chat and real-time visitor monitoring software.
Kayako is trusted by more than 30,000 organizations, including a number of Fortune 500 companies and government institutions.
Reply
 
LinkBack Thread Tools Search this Thread Rating: Thread Rating: 9 votes, 5.00 average. Display Modes
  (#1) Old
Dynadata Offline
Member
 
Posts: 171
Join Date: Feb 2008
Location: Netherlands
Department options translated - 21-03-2008, 11:11 AM

Hi,

90% of my customers are Dutch so the default language is.....Dutch.
I've added new departments with a Dutch name, so it not "General" but "Algemeen" now.

Now comes the problem, when I change my language from Dutch to English the department selections of course stay in Dutch.
I don't want to change the names of my departments to English.

Is there any work arround?
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,222
Join Date: Aug 2006
Location: Mumbai, India
21-03-2008, 11:21 AM

When you change the language in Kayako, the software will only translate the interface in the desired language and not the software data. A work around for this would be using template groups where you have different template groups for english and dutch data.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#3) Old
Dynadata Offline
Member
 
Posts: 171
Join Date: Feb 2008
Location: Netherlands
21-03-2008, 11:38 AM

So how would it look like then?

You'll have 2 templates:
- default-english
- default-dutch

You'll have 2 languages:
- english
- dutch

The default template in my situation would be "default-dutch".
Which will have the "dutch" language as default.
But what it someone currently have the "default-dutch" template and he/she selects the "english" language.
That will only change the language and not the template.

So how do you do that?
   
Reply With Quote
  (#4) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,222
Join Date: Aug 2006
Location: Mumbai, India
21-03-2008, 03:50 PM

You can modify the drop down menu for languages by editing the footer template.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#5) Old
Dynadata Offline
Member
 
Posts: 171
Join Date: Feb 2008
Location: Netherlands
21-03-2008, 04:20 PM

Yes but when you change the language it won't change the template. So that's the problem.
Anyway, I solved it on the following way:

I have 3 departments:
- General
- Sales
- Service

I have 2 templates:
- English
- Dutch

I have 2 groups:
- English
- Dutch

Now I made a 4th department "Algemeen" (which means "General").
By the "Template Group" of that department I assigned it to a template "Dutch".
The other 3 departments (General, Sales and Service) I assigned to the template "English".
Those 2 templates are connected with 2 groups, English and Dutch.
The english users will be in the English group and the dutch user will be in the Dutch group.

I know this might seems like a weird way but this seems like the only way at the moment.
Unless anyone knows a better way?
   
Reply With Quote
  (#6) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,222
Join Date: Aug 2006
Location: Mumbai, India
21-03-2008, 04:46 PM

Create 2 template groups:
1) English
2) Dutch

Assign english departments and set english language as default for the English template group

Assign dutch departments and set dutch language as default for the Dutch template group

Edit the footer template for both the template groups linking Dutch language option in the english template group to index.php?group=dutch while English language option in the dutch template group to index.php?group=english

HTH



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#7) Old
Dynadata Offline
Member
 
Posts: 171
Join Date: Feb 2008
Location: Netherlands
27-03-2008, 10:22 AM

I get what you mean but I'm not sure how to do that.
I made an english template with his own departments, priorities and group but now I need to edit the footer.
This is the foreach lus with the option value of the language:
Code:
<{foreach key=key value=item from=$languagelist}>
  <option value='<{$item[languageid]}>'<{if $item[languagecode] eq $languagecode}> selected<{/if}>><{$item[title]}></option>
<{/foreach}>
How should the "new" option value look like?
   
Reply With Quote
  (#8) Old
rvgulik Offline
New Member
 
Posts: 26
Join Date: Dec 2004
17-07-2008, 11:02 AM

Quote:
Originally Posted by supportskins View Post
Create 2 template groups:
1) English
2) Dutch

Assign english departments and set english language as default for the English template group

Assign dutch departments and set dutch language as default for the Dutch template group

Edit the footer template for both the template groups linking Dutch language option in the english template group to index.php?group=dutch while English language option in the dutch template group to index.php?group=english

HTH
Where exactly do i put this code and how should it look?
   
Reply With Quote
  (#9) Old
rvgulik Offline
New Member
 
Posts: 26
Join Date: Dec 2004
17-07-2008, 11:03 AM

Quote:
Originally Posted by Dynadata View Post
I get what you mean but I'm not sure how to do that.
I made an english template with his own departments, priorities and group but now I need to edit the footer.
This is the foreach lus with the option value of the language:
Code:
<{foreach key=key value=item from=$languagelist}>
  <option value='<{$item[languageid]}>'<{if $item[languagecode] eq $languagecode}> selected<{/if}>><{$item[title]}></option>
<{/foreach}>
How should the "new" option value look like?
Did you already solved this?
   
Reply With Quote
  (#10) Old
acapaolo Offline
New Member
 
Posts: 1
Join Date: Aug 2008
code - 12-08-2008, 08:12 PM

what is the code for the footer file?
   
Reply With Quote
  (#11) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,222
Join Date: Aug 2006
Location: Mumbai, India
12-08-2008, 09:38 PM

Which code are you referring to?



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
Reply

Tags
department, options, translated

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Restrict Department from seeing other Department and Users in Staff-panel Thijs How do I? 9 01-06-2008 06:48 PM
Staff to Department pairings NC Software SupportSuite, eSupport and LiveResponse 4 31-01-2008 10:57 PM
how do I get an alert when a ticket is assigned to a new department Rodney B How do I? 3 22-09-2007 02:18 PM
how to add a department in filter tickets view Angurio SupportSuite, eSupport and LiveResponse 1 18-01-2007 06:57 PM
Unique template group for each Department and to list the same in department list sureshkumar.mr SupportSuite, eSupport and LiveResponse 2 29-09-2006 03:06 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78