cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the display names of the Navigation

chris_mas
Champ in-the-making
Champ in-the-making
Hello everyone.
I'm currently evaluating the Alfresco Workdesk.
It is a very good piece of software.
I was able to get the BPM Engine up and running and I can launch the alfresco workflows.
However. I do not like the german ?translations? of the given app-names. I tried to change them via Workdesk Configurator however, the changes are not applied.
Where do I find the naming configuration?

With kind regards,
Christian
3 REPLIES 3

deko
Star Contributor
Star Contributor
Localization is the term you are looking for. Workdesk 4.1.1.0 comes preconfigured with German, English, French, Spanish, Italien and Japanese language. See the following section in your owbootstrap.xml:


    <defaultlocal detectbrowserlocale="true">en</defaultlocal>

    <!– The available language which the user can select from (must be installed with resource bundle) –>
    <availablelocals display='true'>
        <lang displayname="English">en</lang>
        <lang displayname="Français">fr</lang>
        <lang displayname="Deutsch">de</lang>
        <lang displayname="Español">es</lang>
        <lang displayname="Italiano">it</lang>
        <lang displayname="日本語">ja</lang>
        <lang displayname="Română">ro</lang>
        <lang displayname="Debug Mode (for developers only)">debugmode</lang>
    </availablelocals>


If detectbrowser locale is set to true, the language changes in the UI depending from the language setting of your browser! You can also select the language manually on the Workdesk login page using the language selection dropdown in the upper right corner.

There is also a mechanism to overwrite predefined labels, e.g. if you want other namings.

Please use the Workdesk documentation available from
http://docs.alfresco.com

In the <strong>Configuration and Planning guide</strong> for Alfresco Workdesk you will find a section <strong>Custom translation and localization</strong> describing how to overwrite predefined labels.

In addition you might find the following existing post interesting:

http://forums.alfresco.com/forum/help/configuration-help/change-labelsnames-frontend-03282012-1926

chris_mas
Champ in-the-making
Champ in-the-making
It worked like a charm.
I searched for localization properties files, but never thought about looking for a jar.
You never stop to learn new things.
Thanks a lot Smiley Happy
With kind regards
Christian

deko
Star Contributor
Star Contributor
Enjoy the power of Workdesk!