Jump to content

Additional Regional Laungage - swedish


Dave Longley

Recommended Posts

22 minutes ago, Dave Longley said:

Can you look at adding in another additional language?

@Dave Longley what exactly do you mean by "adding in another additional language"? Only functionality I can think of is translations and you can add the Swedish translation in Platform Configuration:

image.png

Switch the drop-down to "unsupported" to have locate Swedish, enable it and it will then be displayed as "supported" and can make translations in this language in user app...

  • Like 1
Link to comment
Share on other sites

@Dave LongleyFirst start by following Victor's advice above.

Employee portal translations/texts can if needed be handled in https://live.hornbill.com/{instance}/admin/platform/customize/employee-portal/ we used translations to handle local contact information etc. not ideal but it worked OK.


As for the internal stuff. What we did was ask our staff to check and report any mistranslations found. I then made an SQL script to run in database direct.

SELECT * FROM h_sys_app_strings where h_value like '%[CHANGEME]%' and h_lang = 'sv'

Change the [CHANGEME] to the string that is wrong (case sensitive) and if needed the 'sv' to whatever language code you are looking for (codes use ISO 639-1 Language Codes). The script will show application and usage of string, you can then change it manually using the GUI in the respective application.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...