设置默认意大利语时出现以下错误。 table.insert(xml, [[<action application="set" data="default_language=it"/>]]); 错误: 2020-08-17 05:34:59.396425 [DEBUG] switch_ivr_play_say.c:70 No language specified - Using [it]
2020-08-17 05:34:59.396425 [ERR] switch_xml.c:3274 Can't find language it.
202
我以为我已经断言了(据我所知),但是我一直得到这个错误cannot use readBack["SomePIN"] (type interface {}) as type string in argument to c.String: need type assertion
下面是我的代码(这段代码来自请求处理程序函数,我正在使用Echo框架和Tiedot NoSQL数据库)
// To get query result document, simply
// read it [as stated in the Tiedot readme.md]
for id := rang
API是使用编写的。这个是实时的,显示了印地语的怪异字符。它是完美地显示英语结果。下面是印地语API的代码:
app.get("/api/find/hindi/:find",function(request, response)
{
let db = new sqlite3.Database("./quranDb.db",(err) => {
if (err){
console.log("Not connected to sqlite")
}
else{
当我做npm start时,它给了我这个错误(它是意大利语,但你可以使用谷歌翻译):
npm start
> codeeditor@1.0.0 start D:\CodeEditor
> electron .
"electron" non ▒ riconosciuto come comando interno o esterno,
un programma eseguibile o un file batch.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! codeeditor@1.0.0 start:
我已经实现了SiriKit的一些列表和Notes域。在我的基础语言,英语中,它的工作原理是理想的。现在,我正在尝试本地化应用程序的这一部分,并测试它。
在我能创建的最简单的测试中,我尝试用西班牙语运行INSearchForNotebookItemsIntent。在这一意图的文档中,“Enséame todas mis notas en appName”被列为“在appName上显示我的所有注释”的等价物。英文表单运行良好,符合我的意图和IntentsUI扩展,也就是说,启动我的扩展并产生预期的结果。
所以我把设备的语言改成了西班牙语。我把Siri改成了西班牙语。我用XCode编辑了西班牙语和西