How to have multiple language columns in a Resource file in Visual Studio 2022?

67 Views Asked by At

I am on a new .Net project. I want to make localized text, using Visual Studio's Resource files.

I remember from a former job that they had a column for each language when editing the said files.

I tried to make two files, names UI.resx and UI.fr.resx, to try.

But when I open UI.resx, I only have the columns "Name", "Value" and "Commentary". The language isn't even precised on the column

Screenshot of the editor

Screenshot of the file explorer

What am I doing wrong ?

I've searched online, but I didn't find anything about this.

I don't know if they had an addon, I don't think they were, but if there is one, I'll gladly get it

0

There are 0 best solutions below