Skip to content

A quick way to check that all string resources are localized by pseudo-localizing them.

License

Notifications You must be signed in to change notification settings

mrlacey/ResPsuedoLoc

Repository files navigation

Resource Pseudo-Localizer

Build status License: MIT

Download the extension from the VS Marketplace or get the CI build

A Visual Studio extention that provides a quick way to check that all string resources are localized by "pseudo-localizing" them.

If you don't speak another language it can be tricky to verify that all UI string resources are localized correctly, this tool provides a quick way to modify all the resources so that when running the app it should be easy to recognize anything that hasn't been localized.

It works with RESX and RESW files. Right click on the resource file and select the option you want. All the entries in the file will then be modified accordingly.

Example of context menu

Options can be combined and toggled by repeating the action.

See the change log for changes and road map.