Package com.codebarrel.tenant.api.user
Interface LocaleResolver
public interface LocaleResolver
-
Method Summary
Modifier and TypeMethodDescriptiongetLocale(TenantActor tenantActor, String userAccountId) Given a user accountId, this returns the user's locale (if available).
-
Method Details
-
getLocale
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.
-