ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > Localizer Class : Language Property |
'Declaration Public Property Language As System.String
'Usage Dim instance As Localizer Dim value As System.String instance.Language = value value = instance.Language
public System.string Language {get; set;}
The list of available languages can be taken from the Languages field. The language list always contains "Auto" and "Default" strings.
If specified language code doesn't exist (eg. "es-MX"), the Localizer will try to fallback to the base language ("es"). If it doesn't exist too, the Localizer will use the "Default" language.