Browse Source

Update Localization.md

pull/6195/head
Mehmet Erim 6 years ago
committed by GitHub
parent
commit
2685921874
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/Angular/Localization.md

2
docs/en/UI/Angular/Localization.md

@ -169,7 +169,7 @@ Since ABP has more than one language, Angular locale files loads lazily using [W
### registerLocaleFn
A `registerLocaleFn` is a higher order function that accepts `cultureNameLocaleFileMap` object and `errorHandlerFn` function as params and returns Webpack import function. A `registerLocale` function must be passed to the `forRoot` of the `CoreModule` as shown below:
`registerLocale` function that exported from `@abp/ng.core/locale` package is a higher order function that accepts `cultureNameLocaleFileMap` object and `errorHandlerFn` function as params and returns Webpack `import` function. A `registerLocale` function must be passed to the `forRoot` of the `CoreModule` as shown below:
```js
// app.module.ts

Loading…
Cancel
Save