LocalizationProvider icon indicating copy to clipboard operation
LocalizationProvider copied to clipboard

Add rich WYSIWYG text editor

Open kaspars-ozols opened this issue 8 years ago • 1 comments

Localized resources might contain simple HTML markup. One might argue that HTML should not be in resources at all, and message should be formed from separate pieces. In most cases it would add huge overhead and would not make sense for resource editors as they would loose context of each translation piece and how they fit together.

Example:

[LocalizedResource]
public static class MyResources
{
    public static string StatusMessage => "Inserted <b>{0}</b> records, updated <b>{1}</b> records.";
}

For such cases rich editor might be helpful as for regular resources (without HTML tags) it would render as usual.

kaspars-ozols avatar Apr 28 '16 11:04 kaspars-ozols

+1

rosrosros avatar Apr 19 '18 17:04 rosrosros