You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.gitignore | 6 years ago | |
LICENSE | 7 years ago | |
README.md | 6 years ago | |
bower.json | 3 months ago | |
strolch-wc-localize-behavior.html | 3 months ago |
README.md
strolch-wc-localize-behavior
Custom localization behavior for Strolch Polymer-Apps.
Usage
Add the custom behavior in your app shell
behaviors: [StrolchLocalizeBehavior, ...]
and configure the language and resource file, e.g.:
strolchLocalLanguage = "en";
strolchLocalResourceUrl = this.resolveUrl("../locales.json");