JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

Localization assistance

Last modified: 11 February 2024

The most familiar editor features are also available for the internationalization of your solution when you work with resource files (.resx) and resource usages in C# and VB.NET code, as well as in ASP.NET and XAML markup.

Code inspection detects strings that can be localized, problems in resource files and more. For most of the issues, it provides one or more quick-fixes.

You can navigate between cultures up and down the culture hierarchy, from code files and from resource files. JetBrains Rider prompts what a resource entry overrides and where it is overridden.

There is a number of resource-related refactorings, which greatly simplify internationalizing your projects.

An icing on the cake of localization assistance is support of Code completion (IntelliSense) and Quick Documentation features for resources.

In this section: