BotDetect CAPTCHA Norwegian Localization
This page contains the details of Norwegian Captcha (Norsk Captcha) locales fully supported by BotDetect, for which there are both localized Captcha images and audio Captcha sounds available.
Supported Norwegian CAPTCHA Locales
Norwegian CAPTCHA
Captcha Locale overview:
| Language | Country | BotDetect Locale settings |
|---|---|---|
| Norwegian | Norway | no, nb |
Examples and specifications of individual Captcha feature localizations:
- Norwegian localized Captcha images
- Norwegian localized audio Captcha sounds
- Norwegian localized Captcha codes
Norwegian 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 Norwegian Captcha Locale in your application, you can specify the Locale value:
- In ASP.NET applications, you can use either the
.aspxpage source:<!-- Captcha control localized to Norwegian --> <BotDetect:WebFormsCaptcha ID="ExampleCaptcha" runat="server" Locale="no" />
or the page code-behind:[C#] // Set the Captcha instance Locale to Norwegian ExampleCaptcha.Locale = "no";[VB.NET] ' Set the Captcha instance Locale to Norwegian ExampleCaptcha.Locale = "no"or Locale-dependent Captcha strings can be configured on application level in the
<botDetect>Web.config configuration section:<botDetect locale="no"
- In Java applications, you can use either the application
web.xmlconfiguration file setting:<context-param> <param-name>BDC_locale</param-name> <param-value>no</param-value> </context-param>
or the Captcha object instance-specific value:exampleCaptcha.setLocale("no");
or Standard / Facelets JSF Captcha Tag page source:<botDetect:jsfCaptcha id="exampleCaptcha" locale="no"
or JSP Captcha Tag page source:<botDetect:captcha id="exampleCaptcha" locale="no"
- 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 Norwegian BotDetect.Locale = "no"
or the Captcha object instance-specific value:<% Dim ExampleCaptcha : Set ExampleCaptcha = (New Captcha)("ExampleCaptcha") ExampleCaptcha.UserInputID = "CaptchaCode" ' Set the Captcha object instance Locale to Norwegian ExampleCaptcha.Locale = "no" Response.Write ExampleCaptcha.Html %>
- In PHP applications, you can use either the application-global setting in the
lib/botdetect/CaptchaConfigDefaults.phpfile:// Set the default Locale for all Captcha instances in the // PHP application to Norwegian $BDC_CaptchaConfig->Locale = 'no';
or the Captcha object instance-specific value:<?php $ExampleCaptcha = new Captcha("ExampleCaptcha"); $ExampleCaptcha->UserInputID = "CaptchaCode"; // Set the Captcha object instance Locale to Norwegian $ExampleCaptcha->Locale = 'no'; echo $ExampleCaptcha->Html(); ?>
Norwegian Localized audio CAPTCHA Sounds
Example audio Captcha sounds generated by BotDetect using the Norwegian Locale setting can be heard in the BotDetect Captcha features demo
To use BotDetect sounds localized for the Norwegian Captcha Locale, you should also download the Norwegian Pronunciation Sound Package and deploy the .bdsp file to the BotDetect sounds folder your application uses:
- ASP.NET applications use
Bin\BotDetectSoundsby default. A custom folder can be specified in the<botDetect>configuration section. - Java applications use
WEB-INF\BotDetectSoundsby default. A custom folder can be specified in theweb.xmlconfiguration file setting. - ASP Classic applications use
Redistribute\BotDetectSoundsin the BotDetect installation folder by default. A custom folder can be specified in theBotDetect/CaptchaConfig.aspfile. - PHP applications always use
lib/botdetect/Resources/Sounds.
Norwegian Localized CAPTCHA Codes
The no Captcha locale uses a modified version of the Latin character set without the C, Q, W, X, Z characters, for a total of 21 alpha characters.
CodeStyle.Alpha Norwegian CAPTCHA Characters
| Unicode code point | Name | Character |
|---|---|---|
0x0041 |
a | A |
0x0042 |
be | B |
0x0044 |
de | D |
0x0045 |
e | E |
0x0046 |
eff | F (not used) |
0x0047 |
ge | G (not used) |
0x0048 |
hå | H |
0x0049 |
i | I (not used) |
0x004A |
je/jådd | J |
0x004B |
kå | K |
0x004C |
ell | L (not used) |
0x004D |
em | M |
0x004E |
enn | N |
0x004F |
o | O |
0x0050 |
pe | P |
0x0052 |
ærr | R |
0x0053 |
ess | S |
0x0054 |
te | T |
0x0055 |
u | U |
0x0056 |
ve | V |
0x0059 |
y | Y |
CodeStyle.Numeric Norwegian 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 Norwegian CAPTCHA Characters
| Unicode code point | Name | Character |
|---|---|---|
0x0041 |
a | A |
0x0042 |
be | B |
0x0044 |
de | D |
0x0045 |
e | E |
0x0046 |
eff | F (not used) |
0x0047 |
ge | G (not used) |
0x0048 |
hå | H |
0x0049 |
i | I (not used) |
0x004A |
je/jådd | J |
0x004B |
kå | K |
0x004C |
ell | L (not used) |
0x004D |
em | M |
0x004E |
enn | N |
0x004F |
o | O (not used) |
0x0050 |
pe | P |
0x0052 |
ærr | R |
0x0053 |
ess | S |
0x0054 |
te | T |
0x0055 |
u | U |
0x0056 |
ve | V |
0x0059 |
y | Y |
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


