dotnet / ResXResourceManager

Manage localization of all ResX-Based resources in one central place.
MIT License
1.29k stars 211 forks source link

Move to Resource menu option does not open ResX Resource Manager as shown in the documentation #640

Closed FBUtveckling closed 3 months ago

FBUtveckling commented 3 months ago

Using the latest version (1.84) in Visual Studio 2022 and 2019, the Move to Resource menu option adds the string to the resources but does not open ResXManager when checking the Edit new entry in ResX Resource Manager.

It is necessary to open the editor manually and the replacement of the string with the reference code to the created resource is not obtained, as shown in the ResXManager documentation video.

FBUtveckling commented 3 months ago

It is required to have a resource file for language Neutral otherwise ResXManager will not activate.

Close.

FBUtveckling commented 3 months ago

Missing information in the documentation.

tom-englert commented 2 months ago

@FBUtveckling this is not a ResXManager specific topic, you will find this in Microsofts documentation about how resx resources work.