Hello,
Until today, I was using Telerik libraries with the Visual Studio built-in extension. In other words, all the Telerik dlls were placed in a "Lib" folder and the various projects referenced them. Everything was working perfectly.
I would like to use Telerik via NuGet packages.
So I removed all references in my projects, deleted the "Lib" folder, and added the necessary NuGet packages as replacements in each projects.
The application compiles and launches perfectly.
Unfortunately, all texts (on a GridView for example) now appear in English (before, it was in French).
Looking at the "bin/Debug/fr" folder, I see that the Telerik.Windows.Controls.resources.dll file is missing. The file doesn't seem to generate when compiling. If I manually copy the file into this folder, the texts appear in French.
How do I make this happen automatically? I have the impression that the NuGet packages do not contain the resources of the different localization.
Am I doing something wrong or is it a problem with Telerik's NuGet packages?
Thanks in advance.
Installed nuget packages: