Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit 770b67d

Browse files
authored
Merge branch 'vnext' into gedinakova/jp-translation-workflow-a9b5c8137651c2ba
2 parents ac9b0aa + e374c84 commit 770b67d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/en/components/layouts/dock-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ The Dock Manager comes with a light and a dark theme. The light theme is the def
915915
The Dock Manager lets you localize the strings used in context menus, tooltips, and ARIA attributes. By default, it reads the [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute from the root `<html>` element to determine which language to use. If the [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute is missing or set to an unsupported value, the Dock Manager uses [English (en)]({environment:infragisticsBaseUrl}/products/ignite-ui/dock-manager/docs/typescript/latest/index.html#IgcDockManagerResourceStringsEN).
916916

917917
<!-- WebComponents -->
918-
The Dock Manager includes ready-to-use resource strings for Spanish (`es`), Japanese (`ja`), and Korean (`ko`). To use one of these languages, install the `igniteui-i18n-resources` peer dependency and register the corresponding bundle with `igniteui-i18n-core`:
918+
Ready-to-use Dock Manager resource strings for Spanish (`es`), Japanese (`ja`), and Korean (`ko`) are provided via the `igniteui-i18n-resources` peer dependency. To use one of these languages, install `igniteui-i18n-resources` and register the corresponding bundle with `igniteui-i18n-core`:
919919

920920
```ts
921921
import { registerI18n } from 'igniteui-i18n-core';

0 commit comments

Comments
 (0)