public class AdapterUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.Locale |
getClientLocale()
Returns the locale associated with the current IS Client Session.
|
static java.util.Locale |
getServerLocale()
Returns the locale of the IS Server.
|
static boolean |
isAix()
Returns true if running on IBM AIX; otherwise, return false.
|
static boolean |
isHpux()
Returns true if running on HP-UX; otherwise, return false.
|
static boolean |
isSolaris()
Returns true if running on Solaris; otherwise, return false.
|
static boolean |
isUnix()
Returns true if running on UNIX; otherwise, return false.
|
static boolean |
isWindows()
Returns true if running on a Windows system;
otherwise, return false.
|
static java.util.Locale |
parseLocaleString(java.lang.String val)
Returns a java.util.Locale object based on the information in the
given string.
|
public static java.util.Locale getClientLocale()
public static java.util.Locale getServerLocale()
public static boolean isAix()
public static boolean isHpux()
public static boolean isSolaris()
public static boolean isUnix()
public static boolean isWindows()
public static java.util.Locale parseLocaleString(java.lang.String val)
val
- the String to be converted to Locale
Copyright © 2003 - 2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.