React- intl (multilingual)

component mode using multiple languages

< FormattedMessage
id= "intl.hello"
defaultMessage= {"default Chinese"} / /-> this default language is displayed if there is a problem with multilingual json files
/ >

how to set the default defaultMessage in API mode

let tmp = intl.formatMessage ({id: "intl.name"}, {name:" joe"});
/ / the first parameter is the unique id in the multilingual json file, and the second parameter is the dynamic value. How to set the default value?

May.29,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a031-4d87a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a031-4d87a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?