public interface UserLocaleStore
Modifier and Type | Method and Description |
---|---|
Locale |
getDefaultLocale()
Return the
Locale to use for a user without a locale. |
Locale |
getLocale(ApplicationUser user)
Return the
Locale associated with the passed user. |
@Nonnull Locale getLocale(@Nullable ApplicationUser user)
Locale
associated with the passed user.user
- the user for the query.Locale
associated with the passed user.Copyright © 2002-2018 Atlassian. All Rights Reserved.