Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70747

Custom ion-select button

$
0
0

@srterry wrote:

I’m trying to do my app multilanguage and, I don’t know how to custom ok button’s language and cancel button’s language. If anyono could guide me.

<div id="language-div">
    <ion-item>
      <ion-label>{{ language.languageSelectLabel }}</ion-label>
      <ion-select name="language" [selectedText]="selectcategory" [(ngModel)]="selectcategory"
        (ionChange)="codeSelected()" [okText]="OK" cancelText="Dismiss">
        <ion-select-option value="1">{{ language.spanishSelectLabel }}</ion-select-option>
        <ion-select-option value="2">{{ language.englishSelectLabel }}</ion-select-option>
      </ion-select>
    </ion-item>
  </div>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70747

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>