angular-formio
Version:
Form.io Angular JSON Form Renderer ========================== This library serves as a Dynamic JSON Powered Form rendering library for [Angular](https://angular.io). This works by providing a JSON schema to a ```<formio>``` Angular component, where that f
8 lines (7 loc) • 446 B
HTML
<h3>Multiple Languages</h3>
<div class="btn-group">
<button type="button" class="btn btn-default" (click)="changeLanguage('en')">English</button>
<button type="button" class="btn btn-default" (click)="changeLanguage('sp')">Español</button>
<button type="button" class="btn btn-default" (click)="changeLanguage('ch')">中文</button>
</div>
<formio src="https://examples.form.io/example" [language]="language" [options]="options"></formio>