Click here to Skip to main content
Click here to Skip to main content

Useful ReSharper plugin for localization

By , 26 Apr 2007
 

Introduction

This article describes plugin functions.

DT ReSharper Plugin roadmap

is available in the latest version
is partly available

  • Context actions
    • Move strings to resource
    • Replace string by property
    • Use System.String.Empty instead of ""
    • Use System.Environment.NewLine instead of "\r\n"
  • Highlighting
    • String literal is invalid
    • String could be moved to resource
    • String present in a resource
  • Refactoring
    • Move strings to resource
    • Move all strings from file(s) to resource
    • Move all strings from folder(s) to resource
    • Move all strings from project(s) to resource
    • Move all strings from solution to resource

Context actions

Move strings to resource

Move strings to resource by context action.

Replace string by property

If a string exists in project resource files, then use "Replace string by property" context action.

Use System.String.Empty instead of ""

For empty strings use System.String.Empty.

Use System.Environment.NewLine instead of "\r\n"

For string that contains \r and \n, use System.Environment.NewLine.

Highlighting

String literal is invalid

In the ReSharper -> Options you can set "Localization -> String literal is invalid" to "Show as error".

An unrecognized escape sequence marked by red wave.

String could be moved to resource

In the ReSharper -> Options you can set "Localization -> String literal could be moved to resource" to "Show as warning".

All strings underlined by wavy line.

Refactoring

Move strings to resource

You can move strings to resource by context action or main menu item.

First, you select the resource file and string name.

If the checkbox "Apply for all same strings in project {CurrentProjectName}" is true, then you can see all the same strings in this project.

Current string does not present in this list.

String placed to resource file after action.

and string literal replaced by property.

If checkbox "Keep modified files open" is true, then you can undo this action.

History

All changes

Visit DT ReSharper plugin homepage.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Alexander Nesterenko
Software Developer (Senior)
Belarus Belarus
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralRe: ReSharper 3.0.2memberAlexander Nestrenko22 Jul '07 - 23:30 
GeneralRe: ReSharper 3.0.2memberAlexander Nestrenko22 Jul '07 - 23:31 
GeneralRe: ReSharper 3.0.2memberAlexander Nestrenko22 Jul '07 - 23:37 
"ControlPanel->Administrative Tools->MS .NET 2.0 Configuration" is the simplest way to configure redirects.
GeneralRe: ReSharper 3.0.2sitebuilderUwe Keim22 Jul '07 - 23:40 
GeneralRe: ReSharper 3.0.2memberAlexander Nestrenko23 Jul '07 - 1:53 
GeneralRe: ReSharper 3.0.2sitebuilderUwe Keim23 Jul '07 - 1:54 
News[ANN] Version 0.9.23 for R# 3.0.1 is availablememberAlexander Nestrenko9 Jul '07 - 22:49 
GeneralRe: [ANN] Version 0.9.23 for R# 3.0.1 is availablesitebuilderUwe Keim10 Jul '07 - 5:55 
GeneralRe: [ANN] Version 0.9.23 for R# 3.0.1 is availablememberAlexander Nestrenko10 Jul '07 - 19:09 
News[ANN] New version for R# 3.0.1 is availablememberAlexander Nestrenko7 Jul '07 - 4:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 27 Apr 2007
Article Copyright 2007 by Alexander Nesterenko
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid