doc_string
Retrieves a document string.
Example
1
{{ 'HELLO_WORLD_STRING_IDENTIFIER' | doc_string: 'en' }} => Hello world
Input
Type | Parameter | Description | Required |
---|---|---|---|
string | strSelector | The selector of the document string to retrieve. Comes before the | sign. | Required |
string | lang | The language to retrieve the document string in, defaults to ‘en’ |
Output
Type | Description |
---|---|
string | The document string |