Hi All,
We are trying to translate Base App from English US to Singapore Version by following below procedure in the link, but we couldn't get the expected the result. App got installed successfully, but the captions are not getting translated.
Could you please help us on this.
Link:
https://www.linkedin.com/pulse/translating-business-central-wave-2-base-application-gregor-alujevic
Base App:
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en-US" target-language="en-SG" original="BaseApp">
<body>
<group id="body">
<trans-unit id="Table 1192395785 - Field 1650118938 - Property 2879900210" size-unit="char" translate="yes" xml:space="preserve">
<source>Amount Including VAT</source>
<target>Amount Including GST</target>
<note from="Developer" annotates="general" priority="2"></note>
<note from="Xliff Generator" annotates="general" priority="3">Table Sales Header - Field Amount Including VAT - Property Caption</note>
</trans-unit>
App.Json setting:
{
"id": "ede18e17-8332-4f13-b7ae-c6001b60c71a",
"name": "BaseApp",
"publisher": "Default publisher",
"version": "1.0.0.0",
"brief": "Base App Translation",
"description": "Base App Translation",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [
{
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"publisher": "Microsoft",
"name": "System Application",
"version": "16.0.0.0"
},
{
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"publisher": "Microsoft",
"name": "Base Application",
"version": "16.0.0.0"
}
],
"screenshots": [],
"platform": "16.0.0.0",
"features": ["TranslationFile", "GenerateCaptions"],
"supportedLocales": ["en-US","en-CA"],
"runtime": "5.0"
}