locale method

NikuText locale(
  1. Locale locale
)

Set locale languages of text

Equivalnet to

Text(locale: input)

Implementation

NikuText locale(Locale locale) {
  this._locale = locale;

  return this;
}