NewAdmin overrides • SEO Title/Meta

Translate your Blazor app instantly

Drop-in translation for Razor pages and components. Cache with Redis or MemoryCache, support RTL/LTR, and keep full control with admin overrides.

SEO-friendly
No vendor lock-in
.NET 8/9/10
Pages/Index.razor
<TranslatedHead Key="Home.Title"
                Fallback="Home"
                MetaDescriptionKey="Home.MetaDescription"
                MetaFallback="Test application" />
<h1 class="text-3xl font-bold">
  <TranslatableText Key="Home.Message" Text="Hello, world!" />
</h1>
<p class="text-slate-300">
  <TranslatableText Key="Home.Body" Text="Welcome to your new app." />
</p>

Works great with

Azure Translator
Redis
MemoryCache
.NET 8/9/10

Everything you need to translate Blazor

Designed for real production apps—fast, cache-friendly, and SEO-aware.

Drop-in components

Use <TranslatableText>, <TranslatedHead>, and a language selector to internationalize pages without rewrites.

🧠

Smart caching

Pluggable stores: MemoryCache or Redis, with sane defaults and export/import tools.

🧭

SEO head support

Translate <title> and meta description per language for better discovery.

↔️

RTL/LTR aware

Auto-switch direction for Arabic/Hebrew, keep layouts tidy.

🛠️

Azure-powered

Translation is powered by Azure Translator (for now).

🧩

Admin overrides

Override any key per language from a simple dashboard—great for brand tone.

How it works

Three simple steps to go multilingual.

Step 1

Add the package

dotnet add package Translazor
Step 2

Wrap texts

<TranslatableText Key="Home.Body" Text="Welcome to your new app." />
Step 3

Choose a cache

MemoryCache for simple sites, Redis for scale. Switch any time.

Try the live demo

Switch languages, inspect the cache, and export/import translations.

Open demo

Simple pricing

Start free, upgrade when you need more seats or features.

MONTHLY YEARLY 2 months free

Free

Personal or MVPs

  • Core components
  • MemoryCache
  • 1 language
$0 / forever
Get started

Developer

Most popular

  • All Free features
  • Redis caching
  • Admin overrides
  • SEO head translations
  • 3 languages
$19 / mo
Dev

Team

Agencies & SaaS

  • All Free features
  • Unlimited languages
  • SEO head translations
  • Redis caching
  • Admin overrides
  • Priority support
$49 / mo
Start Team

Pricing Details

View the full pricing page to compare all plans, feature limits, billing periods, license delivery, cancellation terms, and plan differences in one place.

Third-party services such as Azure Translator and Redis are not included in the Translazor subscription.

View Pricing Details

FAQ

Pricing FAQ

Common questions about plans, Azure Translator, Redis, licensing, and cancellation.

Can I start with the Free plan?

Yes. The Free plan is intended for testing, personal projects, and early MVP validation. You can upgrade when you need more languages or production features.

Does Translazor work with Blazor Server?

Yes. Translazor currently supports Blazor Server on .NET 8 and later.

Does Translazor currently support Blazor WebAssembly?

Translazor currently focuses on Blazor Server. WebAssembly support is planned for a future version.

What do I need to get started?

You need a Blazor Server app, .NET 8 or later, and your own Azure Translator resource with an API key and region. Setup is documented in the quickstart guide.

Do I need Azure Translator?

Yes. Translazor currently requires your own Azure Translator resource for automatic translation. You need to configure your Azure Translator API key and region in your Blazor application. Other translation providers may be added later.

Is Azure Translator included in my Translazor subscription?

No. Your Translazor subscription includes the Translazor Blazor component and its licensed features. It does not include Azure Translator usage, Azure subscriptions, Redis hosting, cloud hosting, or other third-party service costs.

Can I use Redis instead of MemoryCache?

Yes. Translazor supports both MemoryCache and Redis, so you can choose the cache strategy that fits your application.

Do I need Redis?

Not always. Redis is optional and mainly useful for production apps running on multiple servers or when you want shared distributed caching. For development, MVPs, or simple single-server deployments, MemoryCache may be enough.

Does Translazor support translated SEO metadata?

Yes. You can localize page titles and meta descriptions per language using the TranslatedHead component.

Do you store my text or translations?

No. Translazor does not store your content or translated page text on Translazor servers. Translation requests are sent to your configured Azure Translator resource, and translated results can be cached inside your own application environment if you enable caching.

How can I reduce Azure translation costs?

Translazor reduces repeated translation calls through caching and page-level reuse, helping you translate content once and serve the cached result many times.

Do I need to rewrite my app to use Translazor?

You do not need to rebuild your app from scratch, but you do need to update the UI text you want to translate. In practice, that means replacing hardcoded text with Translazor components or translation bindings, and you can do that incrementally.

Can I cancel my subscription?

Yes. You can cancel before the next renewal. Your paid license normally remains active until the end of the current billing period.

Can I use the license on localhost?

Yes. Localhost and development usage are allowed so you can build and test before production deployment.


An unhandled error has occurred. Reload 🗙