XLIFF (XML Localisation Interchange File Format) is an XML-based standardize file format for tool-independent handling of localization data.
Questions tagged [xliff]
228 questions
-1
votes
1 answer
Custom translator cannot extract contents of XLIFF file
The XLIFF (version 2.0) files I upload for training the custom translator always come up with the same error: "Failed to extract the contents of the uploaded file."
I used a schema to ensure the formatting of the file is correct and simplified it to…

F. Alq
- 1
- 2
-1
votes
1 answer
Can I convert doc to docx, ppt to pptx, xls to xlsx and vice versa with okapi and java?
I'd like to ask can I convert MS-office files using java and okapi?
Such as doc to docx, ppt to pptx, xls to xlsx and vice versa.
Maybe convert the file to xliff and then convert the xliff to the required format?
Thanks in advance.

fy_iceworld
- 1
- 2
-3
votes
1 answer
format string is not a valid format string so it should not be passed to string.format
Using Java in Android Studio, I wrote this in xml to translate the string "Name" into other language and keep the string "anything" as it is
Name:

MUSTAFA DGHAYLI
- 1
- 2