Interface LocaleResolver


public interface LocaleResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    getLocale(TenantActor tenantActor, String userAccountId)
    Given a user accountId, this returns the user's locale (if available).
  • Method Details

    • getLocale

      Optional<Locale> getLocale(TenantActor tenantActor, String userAccountId)
      Given a user accountId, this returns the user's locale (if available).
      Returns:
      Locale for the user, or defaultLocale() if none could be resolved for the user.