package com.feth.play.module.pa.user; import java.util.Locale; public interface LocaleIdentity { public Locale getLocale(); }