BotDetect CAPTCHA French Localization
This page contains the details of French Captcha (Captcha Francais) locales fully supported by BotDetect, for which there are both localized Captcha images and audio Captcha sounds available.
Supported French CAPTCHA Locales
French CAPTCHA
Captcha Locale overview:
| Language | Country | BotDetect Locale settings |
|---|---|---|
| French | France | fr, fr-FR |
Examples and specifications of individual Captcha feature localizations:
- French localized Captcha images
- French localized audio Captcha sounds
- French localized Captcha codes
French 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 French 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/CaptchaConfig.phpfile:// Set the default Locale for all Captcha instances in the // PHP application to French $LBD_CaptchaConfig->Locale = 'fr-FR';
or the Captcha object instance-specific value:<?php $SampleCaptcha = new Captcha("SampleCaptcha"); $SampleCaptcha->UserInputID = "CaptchaCode"; // Set the Captcha object instance Locale to French $SampleCaptcha->Locale = 'fr-FR'; echo $SampleCaptcha->Html(); ?>
- In ASP.NET applications, you can use either the
.aspxpage source:<!-- Captcha control localized to French --> <BotDetect:Captcha ID="SampleCaptcha" runat="server" Locale="fr-FR" />
or the page code-behind:[C#] // Set the Captcha instance Locale to French SampleCaptcha.Locale = "fr-FR";[VB.NET] ' Set the Captcha instance Locale to French SampleCaptcha.Locale = "fr-FR"Locale-dependent Captcha strings can be configured in the
<botDetect> Web.configconfiguration section. - In ASP Classic applications, you can use either the application-global setting in the
BotDetect\CaptchaConfig.aspfile:' Set the default Locale for all Captcha instances in the ' Classic ASP application to French LBD_Configuration_Locale = "fr-FR"
or the Captcha object instance-specific value:<% Dim SampleCaptcha : Set SampleCaptcha = (New Captcha)("SampleCaptcha") SampleCaptcha.UserInputID = "CaptchaCode" ' Set the Captcha object instance Locale to French SampleCaptcha.Locale = "fr-FR" Response.Write SampleCaptcha.Html %>
French Localized Audio CAPTCHA Sounds
Example audio Captcha sounds generated by BotDetect using the French Locale setting can be heard in the BotDetect Captcha features demo
To use BotDetect sounds localized for the French Captcha Locale, you should also download the French 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\BotDetectSoundsby default. A custom folder can be specified in the<botDetect>configuration section. - ASP Classic applications use
Redistribute\BotDetectSoundsin the BotDetect installation folder by default. A custom folder can be specified in theBotDetect/CaptchaConfig.aspfile.
French Localized CAPTCHA Codes
The fr-FR Captcha locale uses the default Latin character set, consisting of 26 characters.
CodeStyle.Alpha French CAPTCHA Characters
| Unicode code point | Name | Character |
|---|---|---|
0x0041 |
ɑ | A |
0x0042 |
be | B |
0x0043 |
se | C |
0x0044 |
de | D |
0x0045 |
ə | E |
0x0046 |
ɛf | F (not used) |
0x0047 |
ʒe | G (not used) |
0x0048 |
aʃ | H |
0x0049 |
i | I (not used) |
0x004A |
ʒi | J |
0x004B |
ka | K |
0x004C |
ɛl | L (not used) |
0x004D |
ɛm | M |
0x004E |
ɛn | N |
0x004F |
o | O |
0x0050 |
pe | P |
0x0051 |
ky | Q (not used) |
0x0052 |
ɛʀ | R |
0x0053 |
ɛs | S |
0x0054 |
te | T |
0x0055 |
y | U |
0x0056 |
ve | V |
0x0057 |
dubləve | W |
0x0058 |
iks | X |
0x0059 |
igʀɛk | Y |
0x005A |
zɛd | Z |
CodeStyle.Numeric French 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 French CAPTCHA Characters
| Unicode code point | Name | Character |
|---|---|---|
0x0041 |
ɑ | A |
0x0042 |
be | B |
0x0043 |
se | C |
0x0044 |
de | D |
0x0045 |
ə | E |
0x0046 |
ɛf | F (not used) |
0x0047 |
ʒe | G (not used) |
0x0048 |
aʃ | H |
0x0049 |
i | I (not used) |
0x004A |
ʒi | J |
0x004B |
ka | K |
0x004C |
ɛl | L (not used) |
0x004D |
ɛm | M |
0x004E |
ɛn | N |
0x004F |
o | O (not used) |
0x0050 |
pe | P |
0x0051 |
ky | Q (not used) |
0x0052 |
ɛʀ | R |
0x0053 |
ɛs | S |
0x0054 |
te | T |
0x0055 |
y | U |
0x0056 |
ve | V |
0x0057 |
dubləve | W |
0x0058 |
iks | X |
0x0059 |
igʀɛk | Y |
0x005A |
zɛd | 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 |
If you want to customize the exact character set used for Captcha code generation, you can specify your custom charsets in PHP, ASP.NET and Classic ASP implementations of BotDetect.
Canadian French CAPTCHA
Captcha Locale overview:
| Language | Country | BotDetect Locale settings |
|---|---|---|
| Canadian French | Canada | fr-CA |
Examples and specifications of individual Captcha feature localizations:
- Canadian French localized Captcha images
- Canadian French localized audio Captcha sounds
- Canadian French localized Captcha codes
Canadian French 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 Canadian French 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/CaptchaConfig.phpfile:// Set the default Locale for all Captcha instances in the // PHP application to Canadian French $LBD_CaptchaConfig->Locale = 'fr-CA';
or the Captcha object instance-specific value:<?php $SampleCaptcha = new Captcha("SampleCaptcha"); $SampleCaptcha->UserInputID = "CaptchaCode"; // Set the Captcha object instance Locale to Canadian French $SampleCaptcha->Locale = 'fr-CA'; echo $SampleCaptcha->Html(); ?>
- In ASP.NET applications, you can use either the
.aspxpage source:<!-- Captcha control localized to Canadian French --> <BotDetect:Captcha ID="SampleCaptcha" runat="server" Locale="fr-CA" />
or the page code-behind:[C#] // Set the Captcha instance Locale to Canadian French SampleCaptcha.Locale = "fr-CA";[VB.NET] ' Set the Captcha instance Locale to Canadian French SampleCaptcha.Locale = "fr-CA"Locale-dependent Captcha strings can be configured in the
<botDetect> Web.configconfiguration section. - In ASP Classic applications, you can use either the application-global setting in the
BotDetect\CaptchaConfig.aspfile:' Set the default Locale for all Captcha instances in the ' Classic ASP application to Canadian French LBD_Configuration_Locale = "fr-CA"
or the Captcha object instance-specific value:<% Dim SampleCaptcha : Set SampleCaptcha = (New Captcha)("SampleCaptcha") SampleCaptcha.UserInputID = "CaptchaCode" ' Set the Captcha object instance Locale to Canadian French SampleCaptcha.Locale = "fr-CA" Response.Write SampleCaptcha.Html %>
Canadian French Localized Audio CAPTCHA Sounds
Example audio Captcha sounds generated by BotDetect using the Canadian French Locale setting can be heard in the BotDetect Captcha features demo
To use BotDetect sounds localized for the Canadian French Captcha Locale, you should also download the Canadian French 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\BotDetectSoundsby default. A custom folder can be specified in the<botDetect>configuration section. - ASP Classic applications use
Redistribute\BotDetectSoundsin the BotDetect installation folder by default. A custom folder can be specified in theBotDetect/CaptchaConfig.aspfile.
Canadian French Localized CAPTCHA Codes
The fr-CA Captcha locale uses the default Latin character set, consisting of 26 characters.
CodeStyle.Alpha Canadian French CAPTCHA Characters
| Unicode code point | Name | Character |
|---|---|---|
0x0041 |
ɑ | A |
0x0042 |
be | B |
0x0043 |
se | C |
0x0044 |
de | D |
0x0045 |
ə | E |
0x0046 |
ɛf | F (not used) |
0x0047 |
ʒe | G (not used) |
0x0048 |
aʃ | H |
0x0049 |
i | I (not used) |
0x004A |
ʒi | J |
0x004B |
ka | K |
0x004C |
ɛl | L (not used) |
0x004D |
ɛm | M |
0x004E |
ɛn | N |
0x004F |
o | O |
0x0050 |
pe | P |
0x0051 |
ky | Q (not used) |
0x0052 |
ɛʀ | R |
0x0053 |
ɛs | S |
0x0054 |
te | T |
0x0055 |
y | U |
0x0056 |
ve | V |
0x0057 |
dubləve | W |
0x0058 |
iks | X |
0x0059 |
igʀɛk | Y |
0x005A |
zɛd | Z |
CodeStyle.Numeric Canadian French 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 Canadian French CAPTCHA Characters
| Unicode code point | Name | Character |
|---|---|---|
0x0041 |
ɑ | A |
0x0042 |
be | B |
0x0043 |
se | C |
0x0044 |
de | D |
0x0045 |
ə | E |
0x0046 |
ɛf | F (not used) |
0x0047 |
ʒe | G (not used) |
0x0048 |
aʃ | H |
0x0049 |
i | I (not used) |
0x004A |
ʒi | J |
0x004B |
ka | K |
0x004C |
ɛl | L (not used) |
0x004D |
ɛm | M |
0x004E |
ɛn | N |
0x004F |
o | O (not used) |
0x0050 |
pe | P |
0x0051 |
ky | Q (not used) |
0x0052 |
ɛʀ | R |
0x0053 |
ɛs | S |
0x0054 |
te | T |
0x0055 |
y | U |
0x0056 |
ve | V |
0x0057 |
dubləve | W |
0x0058 |
iks | X |
0x0059 |
igʀɛk | Y |
0x005A |
zɛd | 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 |
If you want to customize the exact character set used for Captcha code generation, you can specify your custom charsets in PHP, ASP.NET and Classic ASP implementations of BotDetect.
Current BotDetect Versions
- BotDetect PHP CAPTCHA v3.0.Beta12013 May 20
- BotDetect ASP.NET CAPTCHA v3.0.142013 May 20
- BotDetect ASP Classic CAPTCHA v3.0.142013 May 20



