It would be nice if ResX Manager could support the extraction of string resources from cshtml files.
Two cases could be addressed :
- HTML String
<meta name="description" content="__RESOURCE_TO_EXTRACT__">
- Razor String
@{
int x = 123;
string y ="__RESOURCE_TO_EXTRACT__";
}
Highlighting the string would give access to the "Move to resource" command like in a cs file.
Two cases could be addressed :
- HTML String
<meta name="description" content="__RESOURCE_TO_EXTRACT__">
- Razor String
@{
int x = 123;
string y ="__RESOURCE_TO_EXTRACT__";
}
Highlighting the string would give access to the "Move to resource" command like in a cs file.