1
Answer

Localization

Photo of asmaa ali

asmaa ali

1y
523
1

I am working on localization for a asp.net application that consists of several projects. For this, there are some strings that are used in several of these projects. Naturally, I would prefer to have only one copy of the resource file in each project.

Is there any way to reference resx files in another project, within the same solution?

Answers (1)