Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/82.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/35.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 如何翻译预定义google登录按钮中的文本?_Html_Css_Wordpress_Button_Text - Fatal编程技术网

Html 如何翻译预定义google登录按钮中的文本?

Html 如何翻译预定义google登录按钮中的文本?,html,css,wordpress,button,text,Html,Css,Wordpress,Button,Text,对这一点很陌生,无法找到明确的答案。我已在此页面顶部添加了预定义按钮: 是否可能,或者我需要另一个按钮/代码 函数onSuccess(谷歌用户){ log('登录身份:'+googleUser.getBasicProfile().getName()); } 功能失效(错误){ console.log(错误); } 函数renderButton(){ gapi.signn2.render('my-signn2'{ “范围”:“配置文件电子邮件”, “宽度”:356, 身高:54, "龙缇乐

对这一点很陌生,无法找到明确的答案。我已在此页面顶部添加了预定义按钮:

是否可能,或者我需要另一个按钮/代码


函数onSuccess(谷歌用户){
log('登录身份:'+googleUser.getBasicProfile().getName());
}
功能失效(错误){
console.log(错误);
}
函数renderButton(){
gapi.signn2.render('my-signn2'{
“范围”:“配置文件电子邮件”,
“宽度”:356,
身高:54,
"龙缇乐":对,,
“主题”:“黑暗”,
“onsuccess”:onsuccess,
“onfailure”:onfailure
});
}