Browse Source

Update Module-Entity-Extensions.md

pull/15271/head
Halil İbrahim Kalkan 3 years ago
parent
commit
81e88a28c6
  1. 4
      docs/en/Module-Entity-Extensions.md

4
docs/en/Module-Entity-Extensions.md

@ -312,12 +312,14 @@ An enum properties is shown as combobox (select) in the create/edit forms:
Enum member name is shown on the table and forms by default. If you want to localize it, just create a new entry on your [localization](https://docs.abp.io/en/abp/latest/Localization) file:
````json
"UserType.SuperUser": "Super user"
"Enum:UserType.0": "Super user"
````
One of the following names can be used as the localization key:
* `Enum:UserType.0`
* `Enum:UserType.SuperUser`
* `UserType.0`
* `UserType.SuperUser`
* `SuperUser`

Loading…
Cancel
Save