Skip to content

Commit 6981a8f

Browse files
Jack251970Copilot
andauthored
Update localization-toolkit.md
Co-authored-by: Copilot <[email protected]>
1 parent bb14c8d commit 6981a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localization-toolkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ And we can also replace `string.Format(Context.API.GetTranslation("flowlauncher_
4040

4141
### Localized enums
4242

43-
If you have enum types like `DemoEnum` that needs localization in displaying them on a combo box control. You can add `EnumLocalize` attribute to enable localiztion support.
43+
If you have enum types like `DemoEnum` that needs localization in displaying them on a combo box control. You can add `EnumLocalize` attribute to enable localization support.
4444
For all fields in this `EnumType`, if you want to specific one localization key for this field, you can use `EnumLocalizeKey` attribute; or if you want to specific one constant value for this field, you can use `EnumLocalizeValue` attribute.
4545

4646
```

0 commit comments

Comments
 (0)