cancel
Showing results for 
Search instead for 
Did you mean: 

How to translate "Root Folder" ?

hans_segers
Advisor
Advisor
0 Kudos

Dear all,


The name of the root of the Public Folders in my system is "Dossier racine", see this screenshot :

I understand this French name is coming from the fact I ran the installation wizard in French.

Our SDK developers want to see this name in English : "Root Folder".

How can you change "Dossier racine" into "Root Folder" ?

I tried already with Translation Management Tool, but it is not possible.

Many thanks

Hans

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182521
Active Contributor
0 Kudos

Hello Sans,

There is no direct way to do this. Just try with a simple SDK code to update the folder name based on CUID or SI_ID.

Thanks

Mani

hans_segers
Advisor
Advisor
0 Kudos

Hi Mani,

Thanks for your reply.

I tried with SDK code, basically : infoObject.setTitle("Root Folder")

The error message is :

The object named 'Root Folder' with id number '23' may never be modified or deleted.

So I'm a bit afraid it will not be possible.

Do you see a different way ?

Hans