准确 API 响应语言
Exact API response language
在我的应用程序中实现某些功能时,我注意到 API 准确响应英文名称。然而,在 Exact 软件中,您可以用多种语言定义多个实体的名称。根据我的用户的语言设置,最好从 Exact 获得正确的翻译。
我在文档中没有找到具体参考。
从 Exact Online return编辑的文本的语言可以有多个来源:
The Exact Online XML API return当前用户语言的文本。
The Exact Online REST API return各种语言的文本。
- 一般会return当前用户语言的文字;
- 在
GLAccounts
上,您可以传入 CustomDescriptionLanguage
参数,您可以在其中指定接收描述的语言;
在其他一些情况下,您将在创建管理(部门)时取回创建该管理(部门)的用户的语言描述。
这种特殊情况的示例:
Your colleague is French and likes to work in EOL with the French user interface language. Your colleague creates a new administration. The language on the administration is set on French. So if you query ReportingBalance
for example using your Dutch account, you will receive the description in French. There is no way to circumvent this. This bug has already been reported under case number 01101221. You can use that when you contact Exact Online support about this.
在我的应用程序中实现某些功能时,我注意到 API 准确响应英文名称。然而,在 Exact 软件中,您可以用多种语言定义多个实体的名称。根据我的用户的语言设置,最好从 Exact 获得正确的翻译。
我在文档中没有找到具体参考。
从 Exact Online return编辑的文本的语言可以有多个来源:
The Exact Online XML API return当前用户语言的文本。
The Exact Online REST API return各种语言的文本。
- 一般会return当前用户语言的文字;
- 在
GLAccounts
上,您可以传入CustomDescriptionLanguage
参数,您可以在其中指定接收描述的语言; 在其他一些情况下,您将在创建管理(部门)时取回创建该管理(部门)的用户的语言描述。
这种特殊情况的示例:
Your colleague is French and likes to work in EOL with the French user interface language. Your colleague creates a new administration. The language on the administration is set on French. So if you query
ReportingBalance
for example using your Dutch account, you will receive the description in French. There is no way to circumvent this. This bug has already been reported under case number 01101221. You can use that when you contact Exact Online support about this.