locale property

void locale=(String locale)

Implementation

set locale(String locale) {
  _setAttribute(CognitoUserAttributeKey.locale, locale);
}