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

net.anotheria.anosite.cms.translation.IASGTranslationService Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.cms.translation;

import net.anotheria.asg.service.ASGService;

public interface IASGTranslationService extends ASGService {

    String translate(String originLanguage, String targetLanguage, String bundleContent);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy