这就是我所拥有的(完整的外接程序代码):
using Microsoft.SystemCenter.VirtualMachineManager;
using Microsoft.SystemCenter.VirtualMachineManager.UIAddIns;
using Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.ContextTypes;
using Microsoft.VirtualManager.Remoting;
using System;
using System.AddIn;
using System.Coll
我的服务器上的一个数据库出了问题。
服务器语言设置为英国英语。但是,数据库语言设置为美国英语。
我曾尝试使用SP_CONFIGURE命令将DB的语言更改为英式英语,但结果始终是美式英语。
USE TEST_DB;
GO
EXEC sp_configure 'default language', 23 ;
GO
RECONFIGURE with override ;
GO
Select @@LANGID, @@LANGUAGE;
Go
我似乎看不到为什么代码似乎不能工作的问题?有人能给我一些建议吗?
谢谢
在Invantive Control for Excel on for中,我以法语获取所有文本和消息,例如:
Une erreur s'est produite lors de la validation du modele de donnees de base avec version 15 des specifications referentielles.
此外,丝带中的Invantive按钮是法语,而普通Excel按钮是荷兰语,如下所示:
精确的在线模型是在荷兰环境中开发的,生成可读的文本。
如何将错误的语言和按钮更改为荷兰语或英语?