JetBrains Rider 2021.2 Help

Code Inspection: Element is localizable

This inspection detects hard-coded string literals and suggests moving them to resource files. If the same string is already defined in resources, JetBrains Rider will suggest replacing the literal with the existing resource entry.

The easiest way to disable localization inspection for the current project is to press Alt+Enter over a highlighted string in the editor and use the corresponding command in the action list:

JetBrains Rider: Disabling localization inspection for project

This command sets the Localizable property in the current project to No.

Last modified: 08 March 2021