pdf date html in german format?

We have recently added the html code "date_format:"%d. %B %Y" to our pdfs so that our invoices autmatically display the date they were created. But today we noticed that the month is showing up in English instead of German (so "October" instead of "Oktober") We did not notice that before as September and August are the same words in bith languages. Browsing through html coding help sites it seems that "%B" should automatially show the month in the lnaguage of the system used but I cannot find anywhere in sugar to change the system to German. The only thing I can find is the timezone whcih is set correctly to Berlin. So how do I set Sugar to German?

Parents
  • It is only possible OnSite and it does not require SugarCRM customization, but server configuration instead:

    Find bellow tips for Linux

    Make sure you have installed the locale de_DE in your server:

    # locale-gen de_DE

    # locale-gen de_DE.UTF-8

    Edit your php.ini in order to set default locale (attribute intl.default_locale to be set accordingly)

    Restart your web server.

    This is it!

    Regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Reply
  • It is only possible OnSite and it does not require SugarCRM customization, but server configuration instead:

    Find bellow tips for Linux

    Make sure you have installed the locale de_DE in your server:

    # locale-gen de_DE

    # locale-gen de_DE.UTF-8

    Edit your php.ini in order to set default locale (attribute intl.default_locale to be set accordingly)

    Restart your web server.

    This is it!

    Regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Children