Open Closed

spoken language #5580


User avatar
0
Payoff created

I need to add the spoken language to the IdentityUser. The user must be able to modify it in the settings, and if they don't, set a default one. How can I implement this function in the current version of ABP? Thank you.

  • ABP Framework version: v7.2.2 Commercial
  • UI Type: Angular
  • Database System: EF Core (PostgreSQL.)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no

4 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hi, Have you refer this -> https://support.abp.io/QA/Questions/1315/How-can-I-set-default-language-to-FI please check if it helps you.

  • User Avatar
    0
    Payoff created

    I had seen the answer, but it doesn't seem to address my point. I want the user to input their spoken language in the settings, choosing from those available in ABP. This setting should be saved in their profile, and I need to use it to send emails in the correct language.

    Hi, Have you refer this -> https://support.abp.io/QA/Questions/1315/How-can-I-set-default-language-to-FI please check if it helps you.

  • User Avatar
    0
    minorello created

    Any news?

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hi, You can define your custom settings with the help of following document https://docs.abp.io/en/abp/latest/Modules/Setting-Management

    You can also get the current language selected by the user from the language dropdown

    with the help of current culture provided by ASP.Net core

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