/* * Copyright (C) 2011 Nicolas Peransin. All rights reserved. * Use is subject to license terms. */ package org.mypsycho.text; import java.util.Locale; /** * Class for ... * <p>Details</p> * * @author Peransin Nicolas * */ public interface Localized { Locale getLocale(); }