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

com.fhs.trans.fi.LocaleGetter Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
package com.fhs.trans.fi;

/**
 * 国际化
 */
@FunctionalInterface
public interface LocaleGetter {

    /**
     * 获取语言标记
     *
     * @return
     */
    String getLanguageTag();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy