Skip to main content

Adding New Language to the System

--The following query should be run in the database to add a language that matches the language you want to add:

insert into LANGUAGES values ('Deutsch','de-DE','de',0)

de-DE for German, tr-TR for Turkish, az-Latn-AZ for Azerbaijani, ru-RU for Russian

-- The following config values in the database should be added to match the language you want to add:

1)Activity.Message.Mail.Format 2)ActivityDm.AuditMessages.Format 3)DocumentManagement.Section-sys.GridColumnNames 4)Tenant.Custom.Properties.page.title 5)Tenant.Custom.Properties.product.name 6)Web.Section-sys.LoginSliderItems 7)Web.Section-sys.MenuStructure

-- The JSON document containing the word equivalents in the relevant language should be forwarded to the Synergy CSP Support Team via BSS.

-- After the operations, the entire system must be restarted (including redis) in order for the changes to be reflected in the environment.