Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148320 | Oct 15,2019 01:32 PM UTC | Oct 16,2019 07:25 AM UTC | Blazor | 1 |
![]() |
Tags: Grid |
[culture.json]
{
"culture": {
"grid": {
"EmptyRecord": "No records available in Grid"
}
}
}
[Index.razor]
@code{
[Inject]
IJSRuntime JsRuntime { get; set; }
...
protected override void OnAfterRender(bool firstRender)
{
this.JsRuntime.Ejs().LoadLocaleData("wwwroot/culture.json").SetCulture("culture");
}
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.