0
AndreiBuntsev_WT created
- ABP Framework version: ABP CLI 7.3.2
- UI Type: MVC
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
Hello,
Is it possible to pass parameters to localisation string values? For example, I expect the following snippet
using the following key/value
should show "Hide Space List 5" but it does not Is it possible at all? Thank you
1 Answer(s)
-
1
Just deleted ".Value" part from there title="@L["HideSpaceList", 5]" working fine now