cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get document label and use it for document title

geekonspace
Star Contributor
Star Contributor

I dont want to use the Document.type wrapper , I dont see a wrapper Document.label alt text

3 REPLIES 3

Laurent_Doguin
Star Collaborator
Star Collaborator

Hi,

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

If you want to have a translated label of the document type you can use

#{document.type}  - where document is the document model

And if you want the translation of this label

#{messages[document.type]]

Sorry, but your question is not really clear...

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

Any update ?