Open Closed

How can I translate to another language content data of BlogPosts and Page? #1943


User avatar
0
ElifKaya created

Hello,

We pull the CMS kit from the ABP Suite and we use it as a module in our project. After admin user created new page or blog post data in CRUD View, is there a way to translate content data of BlogPosts and Page entities when we show this page on public web site? In the existing structure; If user created content data in english, we can show content only english in the public web site. Can you help us about this problem?

Thanks,

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

ABP Framework version: v4.4.3 UI type: MVC DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): yes / no Exception message and stack trace: Steps to reproduce the issue


1 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Hi @ElifKaya

    Multilingual Entities is the one of hardest topic we have to decide. We haven't find the best way to do in ABP Framework. We have tried in a couple of ways in earlier versions but never done properly. You can see earlier discussions and development attempts below:

    • https://github.com/abpframework/abp/issues/1754
    • https://github.com/abpframework/abp/pull/5265

    The Multilingual Entities feature is still in our backlog and we're discussing about it. But issues above might help you.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11