Translazor
Translazor is a Blazor Server translation system that translates your UI and (optionally) <head> metadata in real time, with caching support (MemoryCache / Redis) and a clean developer experience.
What you can do with Translazor
- Translate pages and components instantly while the app is running
- Use language routes like
/ar/homeor/fr/home - Cache translations per page for performance (MemoryCache or Redis)
- Manage translations with an admin panel (optional)
Requirements
- .NET 8+
- Blazor Server (WebAssembly support will come later)
- Azure Translator key + region
Next steps
- Start here: Quickstart
- Configure languages & routes
- Enable caching (MemoryCache / Redis)
- Translate page content and
<head>metadata