private String _defaultLanguage;
private boolean _explicitLanguageChoice = false;
public TMLContextExpression(String expression, TMLContext originContext, String defaultLanguage) throws WGAPIException {
WGLanguageChooser chooser = new WebTMLLanguageChooser(originContext.db(), originContext);
// Determine expression type and elements
if (expression.indexOf("/") != -1 && !expression.startsWith("$")) {
_type = EXPRESSIONTYPE_PATH;
_function = null;