Jump to content

Registration custom field transilation


krishna.kumar

Recommended Posts

Am overriding the registration from with a custom filed.But am not able to translate the label.

 

 
        $format['otp'] = (new FormField)
            ->setName('otp')
            ->setLabel(
                $this->translator->trans(
                    'Enter OTP', [], 'Shop.Forms.Labels'
                )
            )
            ->setRequired(true)
            ;
 
I want to translate the label 'Enter OTP' . Could you please help me in this 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...