how does implementing localization and globalization methods work for an interactive websites?

bushra 0 Reputation points
2023-11-09T08:49:45.3633333+00:00

I'm going to make a .net website that is required to be multilingual, the website has the option to switch between 2 languages and offer the user the ability to send posts in 2 languages, how can I sync all the posts to one language no matter what the language the user chosen when posting,

my goal is to merge all the posts with the website's chosen language when browsing.

I've never implemented this feature before so I don't have much experience on localization and globalization methods or how they work I'd appreciate some guidance

Developer technologies .NET Other
Developer technologies ASP.NET Other
{count} votes

1 answer

Sort by: Most helpful
  1. QiYou-MSFT 4,326 Reputation points Microsoft External Staff
    2023-11-10T06:22:22.6733333+00:00

    Hi @bushra

    For localized resources, you can use Implicit Localization and Explicit Localization.

    I think this document is helpful to you:

    Walkthrough: Using Resources for Localization with ASP.NET

    Since each user-submitted review is not a localized resource, you can use the translation API to implement your needs.

    Microsoft has an API that meets your requirements.

    Use Azure AI Translator APIs

    Best regards,
    Qi You


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.