SetLocalization constructor

SetLocalization(
  1. Locale locale
)

Implementation

SetLocalization(Locale locale){
  this.locale=locale;
}