Class
caplin.core

LocaleUtility

Utility class that provides methods for overriding the locale

Constructor Summary

Attributes Name and Description
caplin.core.LocaleUtility()

This is a static class that never needs to be instantiated.

Method Summary

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.

Constructor Detail

caplin.core.LocaleUtility()

This is a static class that never needs to be instantiated.

Method Detail

<static> void getLocale()

Returns the locale cookie value for the specified app.

Returns
The locale for the app.

<static> void setLocale(String vValue, Integer vDays)

Sets the locale for the app.

Parameters
String vValue The locale to set for the app.
Integer vDays The lifetime of the locale cookie.