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

com.github.aesteve.vertx.nubes.i18n.LocaleResolver Maven / Gradle / Ivy

The newest version!
package com.github.aesteve.vertx.nubes.i18n;

import io.vertx.ext.web.RoutingContext;

import java.util.List;
import java.util.Locale;

@FunctionalInterface
public interface LocaleResolver {
  Locale resolve(RoutingContext context, List availableLocales);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy