Stay organized with collections
Save and categorize content based on your preferences.
Admins can set the default locale and number format for a Looker instance on the Localization page in the General section of the Admin panel.
Admins can set locales or number formats at the user or user group levels as well. Settings at the user or user group levels supersede settings for the instance.
Locale
Certain Looker user interface text can be displayed in the following languages:
Language
Locale Code and Strings Filename
English
en
Czech
cs_CZ
German
de_DE
Spanish (Spain)
es_ES
Finnish
fi_FI
French (France)
fr_FR
Hindi
hi_IN
Italian
it_IT
Japanese
ja_JP
Korean
ko_KR
Lithuanian
lt_LT
Norwegian (Bokmål)
nb_NO
Dutch
nl_NL
Polish
pl_PL
Brazilian Portuguese
pt_BR
Portuguese
pt_PT
Russian
ru_RU
Swedish
sv_SE
Thai
th_TH
Turkish
tr_TR
Ukrainian
uk_UA
Simplified Chinese
zh_CN
Traditional Chinese
zh_TW
It is helpful if Looker developers who are localizing data models set the models' default_locale parameters and the titles of their associated strings files to match the default locale for the instance.
If no locale is set on this page, Looker defaults to en.
Looker's default number format setting for numbers that appear in data tables and visualizations is 1,234.56. However, the number format can be set to any of the following:
1,234.56: Thousands separated with commas; decimals separated with a period
1.234,56: Thousands separated with periods; decimals separated with a comma
1 234,56: Thousands separated with spaces; decimals separated with a comma
For more information about localizing number formatting, see the Localizing number formatting documentation page.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[],[],null,["# Admin settings - Localization\n\nAdmins can set the default locale and number format for a Looker instance on the **Localization** page in the **General** section of the **Admin** panel.\n| **Note:** If you have a permission that provides access to only select pages in the Admin panel, such as [`manage_schedules`](/looker/docs/2512/admin-panel-users-roles#manage_schedules), [`manage_themes`](/looker/docs/2512/admin-panel-users-roles#manage_themes), or [`see_admin`](/looker/docs/2512/admin-panel-users-roles#see_admin), but you don't have the [Admin role](/looker/docs/2512/admin-panel-users-roles#default_roles), the page or pages that are described here may not be visible to you in the Admin panel.\n\nAdmins can set locales or number formats at the [user](/looker/docs/2512/admin-panel-users-users#locale) or [user group](/looker/docs/2512/admin-panel-users-user-attributes#assigning_values_to_user_groups) levels as well. Settings at the user or user group levels supersede settings for the instance.\n\nLocale\n------\n\nCertain Looker user interface text can be displayed in the following languages:\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nIt is helpful if Looker developers who are [localizing data models](/looker/docs/2512/model-localization) set the models' [`default_locale`](/looker/docs/2512/model-localization#default_locale) parameters and the titles of their associated [strings files](/looker/docs/2512/model-localization#creating_locale_strings_files) to match the default locale for the instance.\n\nIf no locale is set on this page, Looker defaults to `en`.\n\nFor more information about localizing the Looker user interface, see the [Supported user-interface languages](/looker/docs/2512/supported-user-interface-languages) documentation page.\n\nNumber format\n-------------\n\nLooker's default number format setting for numbers that appear in data tables and visualizations is **1,234.56**. However, the number format can be set to any of the following:\n\n- **1,234.56**: Thousands separated with commas; decimals separated with a period\n- **1.234,56**: Thousands separated with periods; decimals separated with a comma\n- **1 234,56**: Thousands separated with spaces; decimals separated with a comma\n\nFor more information about localizing number formatting, see the [Localizing number formatting](/looker/docs/2512/localizing-number-formatting) documentation page."]]