Skip to content
Discussion options

You must be logged in to vote

#2469

Set Abp.Localization.DefaultLanguage setting (as constant: LocalizationSettingNames.DefaultLanguage) to pt-BR. See https://docs.abp.io/en/abp/latest/Settings#setting-values-in-the-application-configuration to simply set it in the appsettings.json.

In short, when you add the following code to appsettings.json in addition to what you have done, the problem should be solved.

 "Settings": {
    "Abp.Localization.DefaultLanguage": "pt-BR"
  }

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by maliming
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants