Top "Xliff" questions

XLIFF (XML Localisation Interchange File Format) is an XML-based standardize file format for tool-independent handling of localization data.

Android XML Percent Symbol

I have an array of strings in which the % symbol is used. Proper format for using the % is %. When …

android xml android-resources xliff
NSLocalizedString with swift variable

I'm trying to localize my app using NSLocalizedString. When i import the XLIFF file, most works like a charm but …

ios swift localization nslocalizedstring xliff
What is the best free XLIFF editor?

I'm localizing my Flash application. Flash keeps localization data in XLIFF format, this is an XML dialect. Several users from …

flash localization internationalization xliff
What does this mean "xmlns:xliff"? XML

What does this mean? <?xml version="1.0" encoding="utf-8"?> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"&…

android xml syntax xliff
How to use Android xliff:g

Can someone please explain the xliff:g for strings/localization. I understand that xliff:g is not supposed to translate …

android xliff
How to generate translation file (.po, .xliff, .yml,...) from a Symfony2/Silex project?

Im going to build a Silex/Symfony2 project and I have been looking around for a method to generate XLIFF/…

symfony translation silex xliff
Improving Android string resources with XLIFF

I've seen some Google apps and code samples using XLIFF tags to wrap variables. I see some great advantages in …

android adt xliff
Updates to i18n translation files in Angular

I am currently in the process of adding en locale to an Angular App we are using at my company. …

angular xliff angular-i18n