Sets the string as customized / not customized.
bool $customized: (optional) Whether the string is customized or not. Defaults to TRUE.
$this The called object.
public function setCustomized($customized = TRUE) { $this->customized = $customized ? LOCALE_CUSTOMIZED : LOCALE_NOT_CUSTOMIZED; return $this; }