Skip to content

Flag language

marufcetin edited this page Sep 1, 2026 · 1 revision

Flag: language

Turkce Dokumantasyon | English Documentation

Category: Configuration Flags
Type: Engine & Schema Option
Valid Values: 'en', 'tr', 'de', 'fr', 'es', 'ja', 'ru', 'ar', 'az'
Default: 'en'


1. Definition and Overview

language configures the active linguistic locale for text processing, Unicode case folding (uc/lc), phonetic search normalizations, date formatting, and number-to-words spelling.


2. Usage and Configuration

# In Constructor
my $adb = AmberDB->new(cfg => { language => 'tr' });

# At Runtime via config()
$adb->config( language => 'de' );

3. See Also

AmberDB Encyclopedia

Home · A-Z Index


Getting Started & Guides


Core Concepts


Core CRUD Methods


Query, Search & Facets


Transactions & Locks


Cache, Buffer & Low-Level


Locale & Helpers


Maintenance & Tools


Configuration Flags


File Formats


Language

Clone this wiki locally