Attributes | Name and Description |
---|---|
|
caplin.core.LocaleUtility()
This is a static class that never needs to be instantiated. |
Attributes | Name and Description |
---|---|
<static>
|
void
getLocale()
Returns the locale cookie value for the specified app. |
<static>
|
void
setLocale(String vValue, Integer vDays)
Sets the locale for the app. |
►
caplin.core.LocaleUtility()
This is a static class that never needs to be instantiated.
►
<static>
void
getLocale()
Returns the locale cookie value for the specified app.
►
<static>
void
setLocale(String vValue, Integer vDays)
Sets the locale for the app.
String | vValue | The locale to set for the app. |
Integer | vDays | The lifetime of the locale cookie. |