Is there a standard approach to localization in shared projects

Philip Jollans 1 Reputation point
2022-01-23T07:32:01.67+00:00

Visual Studio has a project type "Shared Project", described on the page
https://learn.microsoft.com/en-us/xamarin/cross-platform/app-fundamentals/shared-projects.

Has Microsoft envisioned any standard way to localize code in a shared project?

(I'm sure that I can find a way to localize a shared project, but I don't want to reinvent the wheel, if there is already an "official" method.)

Phil

Developer technologies | .NET | Xamarin
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | C#
{count} votes

1 answer

Sort by: Most helpful
  1. Alessandro Caliaro 4,196 Reputation points
    2022-01-23T09:45:57.147+00:00

    You can try this:

    watch

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.