UserFacingMessage
แสดงข้อความที่แสดงต่อผู้ใช้พร้อมข้อมูลภาษา โดยมีความยาวสูงสุดของข้อความคือ 4,096 อักขระ
การแสดง JSON |
{
"localizedMessages": {
string: string,
...
},
"defaultMessage": string
} |
ช่อง |
localizedMessages |
map (key: string, value: string)
แผนที่ที่มี <locale, message> เป็นคู่ โดยภาษาเป็นรหัสภาษา BCP 47 ที่มีรูปแบบถูกต้อง เช่น en-US, es-ES หรือ fr ออบเจ็กต์ที่มีรายการคู่ "key": value ตัวอย่าง: { "name": "wrench", "mass": "1.3kg", "count": "3" }
|
defaultMessage |
string
ข้อความเริ่มต้นจะแสดงหากไม่ได้ระบุข้อความที่แปลแล้ว หรือภาษาของผู้ใช้ไม่ตรงกับข้อความที่แปลแล้ว ต้องระบุข้อความเริ่มต้นหากมีข้อความที่แปลแล้ว
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-15 UTC
[null,null,["อัปเดตล่าสุด 2024-10-15 UTC"],[[["The JSON representation is used to provide user-facing messages with locale information, with a maximum length of 4096 characters."],["It includes `localizedMessages`, a map of locale codes and corresponding messages, and `defaultMessage` for fallback display."],["A well-formed BCP 47 language code is used for locale specification, and a default message is required if localized messages are provided."]]],[]]