@if (_isLoaded)
{
You are not authorized to view this content, Please Sign
In
Sorry, there's nothing at this address.
}
else
{
Loading translations...
}
@code {
private bool _isLoaded;
protected override async Task OnInitializedAsync()
{
// Load both resource files in parallel (ONCE for entire app)
_isLoaded = true;
}
}