![JAR search and dependency download from the Maven repository](/logo.png)
io.legaldocml.akn.attribute.FromLanguage Maven / Gradle / Ivy
package io.legaldocml.akn.attribute;
import io.legaldocml.akn.AknObject;
/**
* This attribute specifies the human language of the expression this is a translation of. Values are taken from the RFC
* 4646.
*
* ```xml
*
*
*
* ```
*
* @author Jacques Militello
*/
public interface FromLanguage extends AknObject {
String getFromLanguage();
void setFromLanguage(String language);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy