IgxCalenderのカレンダーを日本語表記にするには、Angularで日本語のロケールの登録を行った上でコンポーネントのlocaleプロパティに’ja-JP’を設定します。

import { registerLocaleData } from '@angular/common';
import localeJA from '@angular/common/locales/ja';
registerLocaleData(localeJA);
<igx-calendar [locale]="'ja-JP'"></igx-calendar>
https://stackblitz.com/edit/angular-8pn3yg?file=src/app/calendar-sample-5/calendar-sample-5.component.html
Tagged:

製品について

Ignite UI for Angular