BotDetect CAPTCHA Greek Localization
This page contains the details of Greek Captcha (Ελληνικό Captcha) locales fully supported by BotDetect, for which there are both localized Captcha images and audio Captcha sounds available.
Supported Greek CAPTCHA Locales
Greek CAPTCHA
Captcha Locale overview:
Language | Country | BotDetect Locale settings |
---|---|---|
Greek | Greece | el |
Examples and specifications of individual Captcha feature localizations:
Greek Localized CAPTCHA Images
Example Captcha images generated by BotDetect using the base Latin character set for all Captcha ImageStyle
values can be seen in the BotDetect Captcha image styles demo
To use BotDetect Captcha images localized for the Greek Captcha Locale in your application, you can specify the Locale value:
- In ASP.NET applications, you can use either the
.aspx
page source:<!-- Captcha control localized to Greek --> <BotDetect:WebFormsCaptcha ID="ExampleCaptcha" runat="server" Locale="el" />
or the page code-behind:[C#] // Set the Captcha instance Locale to Greek ExampleCaptcha.Locale = "el";
[VB.NET] ' Set the Captcha instance Locale to Greek ExampleCaptcha.Locale = "el"
or Locale-dependent Captcha strings can be configured on application level in the
<botDetect>
Web.config configuration section:<botDetect locale="el"
- In Java applications, you can use either the application
web.xml
configuration file setting:<context-param> <param-name>BDC_locale</param-name> <param-value>el</param-value> </context-param>
or the Captcha object instance-specific value:exampleCaptcha.setLocale("el");
or Standard / Facelets JSF Captcha Tag page source:<botDetect:jsfCaptcha id="exampleCaptcha" locale="el"
or JSP Captcha Tag page source:<botDetect:captcha id="exampleCaptcha" locale="el"
- In ASP Classic applications, you can use either the application-global setting in the
BotDetect\CaptchaConfig.asp
file:' Set the default Locale for all Captcha instances in the ' Classic ASP application to Greek BotDetect.Locale = "el"
or the Captcha object instance-specific value:<% Dim ExampleCaptcha : Set ExampleCaptcha = (New Captcha)("ExampleCaptcha") ExampleCaptcha.UserInputID = "CaptchaCode" ' Set the Captcha object instance Locale to Greek ExampleCaptcha.Locale = "el" Response.Write ExampleCaptcha.Html %>
- In PHP applications, you can use either the application-global setting in the
lib/botdetect/CaptchaConfigDefaults.php
file:// Set the default Locale for all Captcha instances in the // PHP application to Greek $BDC_CaptchaConfig->Locale = 'el';
or the Captcha object instance-specific value:<?php $ExampleCaptcha = new Captcha("ExampleCaptcha"); $ExampleCaptcha->UserInputID = "CaptchaCode"; // Set the Captcha object instance Locale to Greek $ExampleCaptcha->Locale = 'el'; echo $ExampleCaptcha->Html(); ?>
Greek Localized Audio CAPTCHA Sounds
Example audio Captcha sounds generated by BotDetect using the Greek Locale setting can be heard in the BotDetect Captcha features demo
To use BotDetect sounds localized for the Greek Captcha Locale, you should also download the Greek Pronunciation Sound Package and deploy the .bdsp
file to the BotDetect sounds folder your application uses:
- ASP.NET applications use
Bin\BotDetectSounds
by default. A custom folder can be specified in the<botDetect>
configuration section. - Java applications use
WEB-INF\BotDetectSounds
by default. A custom folder can be specified in theweb.xml
configuration file setting. - ASP Classic applications use
Redistribute\BotDetectSounds
in the BotDetect installation folder by default. A custom folder can be specified in theBotDetect/CaptchaConfig.asp
file. - PHP applications always use
lib/botdetect/Resources/Sounds
.
Greek Localized CAPTCHA Codes
The el
Captcha locale uses the default Latin character set, consisting of 26 characters.
Unicode Captcha Codes and Font Requirements
This table on the left uses the actual Unicode characters drawn in localized Captcha images.
Displaying these characters in your browser requires having fonts which support them installed on the client machine.
In ASP.NET and ASP Classic versions of BotDetect, generating localized Captcha images using these characters also requires supporting fonts on your server.
If viewing these characters in your browser or generating them in Captcha images on your server fails, you can enable the required localization support for on both client and server machines using Control Panel:
Windows 2000, XP, 2003 Server: Regional and Language Options → Languages → Supplemental language support
.
Windows Vista, 7, 2008 Server: Region and Language → Keyboards and Languages → Install/uninstall languages
.
CodeStyle.Alpha Greek CAPTCHA Characters
Unicode code point | Name | Character |
---|---|---|
0x03B1 |
alpha | α |
0x03B2 |
beta | β |
0x03B3 |
gamma | γ |
0x03B4 |
delta | δ |
0x03B5 |
epsilon | ε |
0x03B6 |
zeta | ζ |
0x03B7 |
eta | η |
0x03B8 |
theta | θ |
0x03B9 |
iota | ι (not used) |
0x03BA |
kappa | κ |
0x03BB |
lambda | λ |
0x03BC |
mu | μ |
0x03BD |
nu | ν |
0x03BE |
xi | ξ |
0x03BF |
omicron | ο |
0x03C1 |
pi | π |
0x03C2 |
rho | ρ |
0x03C3 |
sigma | σ |
0x03C4 |
tau | τ |
0x03C5 |
upsilon | υ |
0x03C6 |
phi | φ |
0x03C7 |
chi | χ |
0x03C8 |
psi | ψ |
0x03C9 |
omega | ω |
CodeStyle.Numeric Greek CAPTCHA Characters
Unicode code point | Name | Character |
---|---|---|
0x0030 |
mhden | 0 |
0x0031 |
ena | 1 |
0x0032 |
dio | 2 |
0x0033 |
tria | 3 |
0x0034 |
tessera | 4 |
0x0035 |
pente | 5 |
0x0036 |
eksi | 6 |
0x0037 |
efta | 7 (not used) |
0x0038 |
okto | 8 |
0x0039 |
enia | 9 |
CodeStyle.Alphanumeric Greek CAPTCHA Characters
Unicode code point | Name | Character |
---|---|---|
0x03B1 |
alpha | α |
0x03B2 |
beta | β |
0x03B3 |
gamma | γ |
0x03B4 |
delta | δ |
0x03B5 |
epsilon | ε |
0x03B6 |
zeta | ζ |
0x03B7 |
eta | η |
0x03B8 |
theta | θ |
0x03B9 |
iota | ι (not used) |
0x03BA |
kappa | κ |
0x03BB |
lambda | λ |
0x03BC |
mu | μ |
0x03BD |
nu | ν |
0x03BE |
xi | ξ |
0x03BF |
omicron | ο |
0x03C1 |
pi | π |
0x03C2 |
rho | ρ |
0x03C3 |
sigma | σ |
0x03C4 |
tau | τ |
0x03C5 |
upsilon | υ |
0x03C6 |
phi | φ |
0x03C7 |
chi | χ |
0x03C8 |
psi | ψ |
0x03C9 |
omega | ω |
0x0030 |
mhden | 0 |
0x0031 |
ena | 1 |
0x0032 |
dio | 2 |
0x0033 |
tria | 3 |
0x0034 |
tessera | 4 |
0x0035 |
pente | 5 |
0x0036 |
eksi | 6 |
0x0037 |
efta | 7 (not used) |
0x0038 |
okto | 8 |
0x0039 |
enia | 9 |
Greek Latin CAPTCHA
Captcha Locale overview:
Language | Country | BotDetect Locale settings |
---|---|---|
Greek Latin | Greece | el-Latn |
Examples and specifications of individual Captcha feature localizations:
Greek Localized CAPTCHA Images
Example Captcha images generated by BotDetect using the base Latin character set for all Captcha ImageStyle
values can be seen in the BotDetect Captcha image styles demo
To use BotDetect Captcha images localized for the Greek Captcha Locale in your application, you can specify the Locale value:
- In PHP applications, you can use either the application-global setting in the
lib/botdetect/CaptchaConfigDefaults.php
file:// Set the default Locale for all Captcha instances in the // PHP application to Greek Latin $BDC_CaptchaConfig->Locale = 'el-Latn';
or the Captcha object instance-specific value:<?php $ExampleCaptcha = new Captcha("ExampleCaptcha"); $ExampleCaptcha->UserInputID = "CaptchaCode"; // Set the Captcha object instance Locale to Greek Latin $ExampleCaptcha->Locale = 'el-Latn'; echo $ExampleCaptcha->Html(); ?>
- In ASP.NET applications, you can use either the
.aspx
page source:<!-- Captcha control localized to Greek Latin--> <BotDetect:WebFormsCaptcha ID="ExampleCaptcha" runat="server" Locale="el-Latn" />
or the page code-behind:[C#] // Set the Captcha instance Locale to Greek Latin ExampleCaptcha.Locale = "el-Latn";
[VB.NET] ' Set the Captcha instance Locale to Greek Latin ExampleCaptcha.Locale = "el-Latn"
or Locale-dependent Captcha strings can be configured on application level in the
<botDetect>
Web.config configuration section:<botDetect locale="el-Latn"
- In ASP Classic applications, you can use either the application-global setting in the
BotDetect\CaptchaConfig.asp
file:' Set the default Locale for all Captcha instances in the ' Classic ASP application to Greek Latin BotDetect.Locale = "el-Latn"
or the Captcha object instance-specific value:<% Dim ExampleCaptcha : Set ExampleCaptcha = (New Captcha)("ExampleCaptcha") ExampleCaptcha.UserInputID = "CaptchaCode" ' Set the Captcha object instance Locale to Greek Latin ExampleCaptcha.Locale = "el-Latn" Response.Write ExampleCaptcha.Html %>
Greek Localized Audio CAPTCHA Sounds
Example audio Captcha sounds generated by BotDetect using the Greek Locale setting can be heard in the BotDetect Captcha features demo
To use BotDetect sounds localized for the Greek Captcha Locale, you should also download the Greek Pronunciation Sound Package and deploy the .bdsp
file to the BotDetect sounds folder your application uses:
- PHP applications always use
lib/botdetect/Resources/Sounds
. - ASP.NET applications use
Bin\BotDetectSounds
by default. A custom folder can be specified in the<botDetect>
configuration section. - ASP Classic applications use
Redistribute\BotDetectSounds
in the BotDetect installation folder by default. A custom folder can be specified in theBotDetect/CaptchaConfig.asp
file.
Greek Localized CAPTCHA Codes
The el-Latn
Captcha locale uses the default Latin character set, consisting of 26 characters.
CodeStyle.Alpha Greek Latin CAPTCHA Characters
Unicode code point | Name | Character |
---|---|---|
0x0041 |
a | A |
0x0042 |
be | B |
0x0043 |
ce | C |
0x0044 |
de | D |
0x0045 |
e | E |
0x0046 |
ef | F (not used) |
0x0047 |
ge | G (not used) |
0x0048 |
ha | H |
0x0049 |
i | I (not used) |
0x004A |
jot | J |
0x004B |
ka | K |
0x004C |
el | L (not used) |
0x004D |
em | M |
0x004E |
en | N |
0x004F |
o | O |
0x0050 |
pe | P |
0x0051 |
ku | Q (not used) |
0x0052 |
er | R |
0x0053 |
es | S |
0x0054 |
te | T |
0x0055 |
u | U |
0x0056 |
vau | V |
0x0057 |
we | W |
0x0058 |
iks | X |
0x0059 |
üpsilon | Y |
0x005A |
zet | Z |
CodeStyle.Numeric Greek Latin CAPTCHA Characters
Unicode code point | Name | Character |
---|---|---|
0x0030 |
zero | 0 |
0x0031 |
one | 1 |
0x0032 |
two | 2 |
0x0033 |
three | 3 |
0x0034 |
four | 4 |
0x0035 |
five | 5 |
0x0036 |
six | 6 |
0x0037 |
seven | 7 (not used) |
0x0038 |
eight | 8 |
0x0039 |
nine | 9 |
CodeStyle.Alphanumeric Greek Latin CAPTCHA Characters
Unicode code point | Name | Character |
---|---|---|
0x0041 |
a | A |
0x0042 |
be | B |
0x0043 |
ce | C |
0x0044 |
de | D |
0x0045 |
e | E |
0x0046 |
ef | F (not used) |
0x0047 |
ge | G (not used) |
0x0048 |
ha | H |
0x0049 |
i | I (not used) |
0x004A |
jot | J |
0x004B |
ka | K |
0x004C |
el | L (not used) |
0x004D |
em | M |
0x004E |
en | N |
0x004F |
o | O (not used) |
0x0050 |
pe | P |
0x0051 |
ku | Q (not used) |
0x0052 |
er | R |
0x0053 |
es | S |
0x0054 |
te | T |
0x0055 |
u | U |
0x0056 |
vau | V |
0x0057 |
we | W |
0x0058 |
iks | X |
0x0059 |
üpsilon | Y |
0x005A |
zet | Z (not used) |
0x0030 |
zero | 0 (not used) |
0x0031 |
one | 1 (not used) |
0x0032 |
two | 2 (not used) |
0x0033 |
three | 3 |
0x0034 |
four | 4 |
0x0035 |
five | 5 |
0x0036 |
six | 6 |
0x0037 |
seven | 7 (not used) |
0x0038 |
eight | 8 |
0x0039 |
nine | 9 |
Current BotDetect Versions
-
BotDetect ASP.NET CAPTCHA
2019-07-22v4.4.2 -
BotDetect Java CAPTCHA
2019-07-22v4.0.Beta3.7 -
BotDetect PHP CAPTCHA
2019-07-22v4.2.5