Need help incorporating Dictionary API Client Library

João Carvalho 0 Reputation points
2023-03-14T12:20:20.3366667+00:00

I'm new to Visual Basic and I'm tring to incorporate the Cambridge Dictionary into a program in Visual Basic but I have no idead what I'm doing.

I've followed this guide: (https://learn.microsoft.com/en-us/dotnet/core/tutorials/library-with-visual-studio?pivots=dotnet-7-0) on how to incorporate libraries into a project, but I can't seem to get the dictionary C# library to work. Like I said I'm brand new so if you could at least point me in the right direction I'd really appreciate it.

Library link: https://dictionary-api.cambridge.org/api/resources#c#

Developer technologies | VB
Developer technologies | Visual Studio | Other
Developer technologies | C#
{count} votes

1 answer

Sort by: Most helpful
  1. Jiachen Li-MSFT 34,221 Reputation points Microsoft External Staff
    2023-03-15T02:43:51.21+00:00

    Hi, welcome to microsoft Q&A. You can follow these steps to incorporate a library into your project.

    1. Download and unzip the Client library to get chsrp-api-lib.User's image
    2. Add the project to your solution. enter image description here enter image description here
    3. Select your own project, add dependencies, select the project, check the imported project. enter image description here enter image description here
    4. Add Imports IDM.SkPublish.API in your code to ues the library. Best Regards.
      Jiachen Li
      ----------
      If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    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.