resource() Function

Retrieves a string of translated text appropriate for the current user, according to their language preference, by matching a given key with text.

Syntax

resource( key )

key: (Text) The item paired with each desired translation in your resource bundle.

Returns

Text

Notes

If no matching translation is available for the user's locale, the key itself is returned.

Examples

resource("city") returns ciudad for es_MX and ville for fr_CA

Open in Github Built: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK