# Class: com.pnfsoftware.jeb.client.JebContextUtil

Utility methods used to discover client runtime paths and load basic client configuration data.

## Static Method: autoDetectPreferredLanguage
- return type: `boolean`

Description: Detect the preferred language from the client configuration and make it the current language.
return: true if a preferred language was found and applied

## Static Method: getProgramDirectory
- return type: `java.lang.String`

Description: Determine the JEB program directory.
return: the program directory, or null if it could not be determined

