diff --git a/topics/tutorials/live_templates/providing_live_templates.md b/topics/tutorials/live_templates/providing_live_templates.md index 3a18e7e09..b27bcb912 100644 --- a/topics/tutorials/live_templates/providing_live_templates.md +++ b/topics/tutorials/live_templates/providing_live_templates.md @@ -57,9 +57,8 @@ The export produces a file called Markdown.xml with the following c ``` -The display `description` can also provide localized variants by specifying -`key` and `resource-bundle` attributes instead (code insight is available in 2020.3 and later). -A quick fix to extract the localized key is available since 2024.2. +> To [localize](providing_translations.md) the description, instead of the `description` attribute, use `key` and `resource-bundle` attributes pointing to a key in a [message bundle](internationalization.md#message-bundles) (code insight is available in 2020.3 and later). +> A quick fix to extract the localized key is available since 2024.2. Copy this file into the [plugin's resources folder](%gh-sdk-samples-master%/live_templates/src/main/resources/liveTemplates).