# app-localize-behavior **Repository Path**: fawu/app-localize-behavior ## Basic Information - **Project Name**: app-localize-behavior - **Description**: app-localize-behavior from https://github.com/PolymerElements/app-localize-behavior - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-07 - **Last Updated**: 2023-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [](https://www.npmjs.com/package/@polymer/app-localize-behavior) [](https://travis-ci.org/PolymerElements/app-localize-behavior) [](https://webcomponents.org/element/@polymer/app-localize-behavior) ## <app-localize-behavior> `app-localize-behavior` is a behavior that wraps the [format.js](http://formatjs.io/) library to help you internationalize your application. Note that if you're on a browser that does not natively support the [Intl](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl) object, you must load the polyfill yourself. An example polyfill can be found [here](https://github.com/andyearnshaw/Intl.js/). See: [Documentation](https://www.webcomponents.org/element/@polymer/app-localize-behavior), [Demo](https://www.webcomponents.org/element/@polymer/app-localize-behavior/demo/demo/index.html). ## Usage ### Installation ``` npm install --save @polymer/app-localize-behavior ``` ### In an html file using the localized element ```html