public interface IDefaultLanguageCode
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultLanguageCode()
Gets the language code which was used when the entity was created.
|
void |
setDefaultLanguageCode(String defaultLanguageCode)
Sets the language code which was used when the entity was created.
|
String getDefaultLanguageCode()
WARNING: The language code returned by this function is always expressed in uppercase even if you provided a language code to the entity using a lower case syntax. Internally translatable entities always store language codes in upper case.
void setDefaultLanguageCode(String defaultLanguageCode)
WARNING: The provided language code is not case sensitive, but, internally the language code which is used and stored is ALWAYS converted in uppercase.
defaultLanguageCode - The default language code to set, this string must be compliant with
the ISO639-1 standard.Copyright © 2017 GOMOOB. All rights reserved.