Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Hi I have an issue with internationalisation of knowage cockpit.

When I call a cockpit through sdk I can see the translation key (ex: "KN.COCKPIT.SELECTOR.CANCEL") instead of the translated text string.

When I execute document from knowage admin / document browser I get the same output.
If I go to select language for my connected user and select english, then document displays correctly with the translated strings

How can I specify a language for the document to be called with sdk ?
Or how can I set a default language for a knowage user ?

Also, this may not be related to sdk  specificaly as I only see translated strings when I select English as the prefered language of the connected user.
I have to select language everytime I connect although the default language is set to en,US.

Where are the translation files supposed to be on server ?

Can anyone point out some good information to document interface language as I don't find anything in documentation ?
Environment Knowage 7.1
in API and SDK by (3.2k points)
Does anyone manage to display translations in sdk document ?

1 Answer

0 votes
translation files were not up to date ($tomcat/webapps/knowagecockpitengine/js/src-7.1.5/messages/messages_fr_FR.properties)

this is solved in 7.2.0
by (3.2k points)
...