All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lyncode.xliff.resource.TranslationResourceResolver Maven / Gradle / Ivy

The newest version!
package com.lyncode.xliff.resource;

import java.io.InputStream;
import java.util.Collection;
import java.util.Locale;

public interface TranslationResourceResolver {
    Collection resolve (Locale locale);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy