nl.gx.webmanager.cms.core
Interface Language

All Superinterfaces:
Wrapper

public interface Language
extends Wrapper

Language support.


Field Summary
static java.lang.String EN_US
          Language String identifier for US English language
static java.lang.String NL_NL
          Language String identifier for NL Dutch language
 
Method Summary
 java.lang.String getMetaTagValue()
          Return the value for the meta tag http-equiv="content-language" eg nl, en-us.
 java.lang.String getText(java.lang.String label)
          Return the right text for the label and applicable language.
 java.lang.String getValue()
          Return the value eg dutch, english.
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Field Detail

EN_US

static final java.lang.String EN_US
Language String identifier for US English language

See Also:
Constant Field Values

NL_NL

static final java.lang.String NL_NL
Language String identifier for NL Dutch language

See Also:
Constant Field Values
Method Detail

getText

java.lang.String getText(java.lang.String label)
Return the right text for the label and applicable language.

Parameters:
label -
Returns:
the right text for the label and applicable language.

getValue

java.lang.String getValue()
Return the value eg dutch, english.

Returns:
the value eg dutch, english

getMetaTagValue

java.lang.String getMetaTagValue()
Return the value for the meta tag http-equiv="content-language" eg nl, en-us.

Returns:
the value for the meta tag http-equiv="content-language" eg nl, en-us


Copyright © 2007-2011 GX Software BV. All Rights Reserved.