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

net.anotheria.anosite.guard.LanguageIsDEGuard Maven / Gradle / Ivy

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

/**
 * Current language should be 'DE'.
 * 
 * @author Alexandr Bolbat
 */
public class LanguageIsDEGuard extends LanguageAbstractGuard {

	@Override
	protected String getTargetLanguage() {
		return "DE";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy