Jump to content
  • 0

Support Manager Default Language Email


10RUPTiV

Question

7 answers to this question

Recommended Posts

  • 0

Do you have a French email template defined for the "Ticket Updated" email template? What is the client's default language? The system will default to English in either case. If you do not have email templates defined in the default language, English may still be used since that is all the system knows to exist.

 

You can update your system to set French as the default fallback language by updating /config/core.php and changing

Configure::set("Language.default", "en_us");

to

Configure::set("Language.default", "fr_fr");
Link to comment
Share on other sites

  • 0

Tyson,

 

Works fine for the email .... but with this change, all other plugin that have no FR_FR language file got empty text instead....  that's not very useful...

 

Any other way to force the plugin supportmanager to use french ?

You can duplicate the English language file and rename the file name to french but you have to do this for all mpdules/plugins that you have not translated yet.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...