AngularJS Localization

Quite some AngularJs modules exist for localizing your Angular applications. We have chosen to support the most popular module angular translate.

Angular translate uses a simple json file to define your translations. This file can be managed by LingoHub and loaded using $translateProvider.useStaticFilesLoader.

The same rules apply as described here: JSON Localization

Example

Example files can be accessed here.

References

Last updated