0

我有这个代码:

public UILabel Error;

void OnRegister(GameObject g)
{
 if (Error.text.Equals("That e-mail address is in use. Use password recovery if you forgot your password."))
 {

    Error.text= "Inserisci un indirizzo di posta elettronica (email) valido. Questa operazione e’ importante per recuperare la tua parola chiave (password), nel momento in cui l’hai dimenticata.";
    return;
 }
}

我想要做的是当将字符串输入到 UILabel 时,当一个按钮(具有 OnRegister 功能)时,它会将字符串转换为意大利语。感谢您的帮助 :)

4

0 回答 0