We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042c512 commit 64d7e33Copy full SHA for 64d7e33
projects/igniteui-angular/src/lib/core/i18n/resources.ts
@@ -103,6 +103,6 @@ export function changei18n(resourceStrings: IResourceStrings) {
103
* Set the current locale of all Ignite UI components.
104
* @param locale The name of the locale. A string based on the BCP 47 language tag, that Intl supports.
105
*/
106
-export function registerI18n(resourceStrings: IResourceStrings, locale?: string) {
+export function registerI18n(resourceStrings: IResourceStrings, locale: string) {
107
igxRegisterI18n(resourceStrings, locale);
108
}
0 commit comments