{"componentChunkName":"component---src-templates-term-jsx","path":"/responsive-design-glossary/l-10-n-localization/","result":{"data":{"mdx":{"body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nconst _frontmatter = {\n  \"title\": \"L10n (Localization)\",\n  \"plural\": false\n};\nconst layoutProps = {\n  _frontmatter\n};\nconst MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  let {\n    components\n  } = _ref,\n      props = _objectWithoutProperties(_ref, [\"components\"]);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, `L10n is short for \"localization\". This is slightly different from `, mdx(\"em\", {\n    parentName: \"p\"\n  }, `I18n`), `. Where `, mdx(\"em\", {\n    parentName: \"p\"\n  }, `I18n`), ` only refers to translating, localization also means changing the content to make it fit a certain locale (country or area). Examples of this are webshops changing the currency to the local currency or sites changing the way phone numbers and values are formatted.`));\n}\n;\nMDXContent.isMDXComponent = true;","excerpt":"L10n is short for \"localization\". This is slightly different from  I18n . Where  I18n  only refers to translating…","frontmatter":{"title":"L10n (Localization)","plural":false,"determiner":null},"fields":{"slug":"/responsive-design-glossary/l-10-n-localization/","ogFileName":"l-10-n-localization"}}},"pageContext":{"slug":"/responsive-design-glossary/l-10-n-localization/"}},"staticQueryHashes":["4164364741","425175329"]}