public static class AvatarGroup.AvatarGroupI18n extends Object implements Serializable
AvatarGroup.| Constructor and Description |
|---|
AvatarGroupI18n() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnonymous()
Gets the translated word for
anonymous. |
String |
getManyActiveUsers()
Gets the translated phrase for avatar group accessible label when
having many active users.
|
String |
getOneActiveUser()
Gets the translated phrase for avatar group accessible label when
having one active user.
|
AvatarGroup.AvatarGroupI18n |
setAnonymous(String anonymous)
Sets the translated word for
anonymous. |
AvatarGroup.AvatarGroupI18n |
setManyActiveUsers(String manyActiveUsers)
Sets the translated phrase for avatar group accessible label when
having many active users.
|
AvatarGroup.AvatarGroupI18n |
setOneActiveUser(String oneActiveUser)
Sets the translated phrase for avatar group accessible label when
having one active user.
|
public String getAnonymous()
anonymous. It's displayed in a
tooltip on hover if the name is not defined.null, If the translation wasn't setpublic AvatarGroup.AvatarGroupI18n setAnonymous(String anonymous)
anonymous.anonymous - the translated word for anonymous, not nullpublic String getOneActiveUser()
null, If the translation wasn't setpublic AvatarGroup.AvatarGroupI18n setOneActiveUser(String oneActiveUser)
oneActiveUser - the translated word for the label, not nullpublic String getManyActiveUsers()
null, If the translation wasn't setpublic AvatarGroup.AvatarGroupI18n setManyActiveUsers(String manyActiveUsers)
You can use word {count} in order to display current
count of active users. For example, "Currently {count} active users".
manyActiveUsers - the translated word for the label, not nullCopyright © 2025. All rights reserved.