怎样判断EXCEL的语言版本?
请问怎样判断EXCEL的语言版本,是中文、英文还是日文版?
[解决办法]
Excel版本号:
Microsoft.Win32.RegistryKey r = Microsoft.Win32.Registry.ClassesRoot.OpenSubKey(@ "EXCEL.Application\CurVer ");
object o = r.GetValue( " ");
if (o != null)
{
Console.WriteLine(o);
}
[解决办法]
仅作参考
注册表:
Office
版本号
common
languageResources 语言
productVersion 版本号