> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Function: applyNameLocalizedBuilder()

> **applyNameLocalizedBuilder**\<`T`>(`builder`, `key`): `T`

Defined in: [packages/http-framework-i18n/src/lib/utils.ts:64](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework-i18n/src/lib/utils.ts#L64)

Applies the localized names on the builder, calling `setName` and `setNameLocalizations`.

## Type Parameters

### T

`T` *extends* [`BuilderWithName`](/documentation/api/http-framework-i18n/interfaces/BuilderWithName)

## Parameters

### builder

`T`

The builder to apply the localizations to.

### key

`` `${string}:${string}` ``

The key to get the localizations from.

## Returns

`T`

The updated builder.
