Browse Source

Update Localization.md

pull/4868/head
Levent Arman Özak 6 years ago
committed by GitHub
parent
commit
7011863bbe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docs/en/UI/Angular/Localization.md

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

@ -199,7 +199,7 @@ Some of the culture names defined in .NET do not match Angular locales. In such
![locale-error](./images/locale-error.png) ![locale-error](./images/locale-error.png)
If you see the error like above, you should pass the `cultureNameToLocaleFileNameMapping` property like below to CoreModule's forRoot static method. If you see an error like this, you should pass the `cultureNameToLocaleFileNameMapping` property like below to CoreModule's forRoot static method.
```js ```js
// app.module.ts // app.module.ts
@ -217,7 +217,7 @@ If you see the error like above, you should pass the `cultureNameToLocaleFileNam
//... //...
``` ```
See the [all locale files in Angular](https://github.com/angular/angular/tree/master/packages/common/locales). See [all locale files in Angular](https://github.com/angular/angular/tree/master/packages/common/locales).
## See Also ## See Also
@ -226,4 +226,4 @@ See the [all locale files in Angular](https://github.com/angular/angular/tree/ma
## What's Next? ## What's Next?
* [Permission Management](./Permission-Management.md) * [Permission Management](./Permission-Management.md)

Loading…
Cancel
Save