Levent Arman Özak
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
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 |
|
|
|
|
|
|
|
|
 |
|
|
 |
|
|
|
|
|
|
|
|
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) |
|
|
|