0

Still spinning up on Xamarin.Forms and C#.

Did some research and everything is telling me that to create my externalized strings file, I just right click on the directory, click New Item... then click on Resource file. The problem is that my list looks vastly different than the lists I'm seeing in the tutorials and doesn't include a Resource file. Here's my list:

enter image description here

enter image description here

So I'm not sure what to click to get a resource file. There's evidently some special stuff about it because I tried creating an empty file and naming it that and it was confused.

How do I create these i18n resource files in Xamarin?

Thanks.

Thom
  • 14,013
  • 25
  • 105
  • 185

1 Answers1

0

As suggested by @Deczaloth, I added the C# desktop applications workload and that made the resources file available. Yet another fail from Microsoft.

Thom
  • 14,013
  • 25
  • 105
  • 185
  • @Tomerikoo The linked answer does not contain the answer, nor the link in that link directly as it is outdated. I have provided a summarized answer that does not require digging or guessing, so this is not a duplicate answer. – Thom Mar 09 '21 at 20:32