Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Flutter LocalizeNew to Visual Studio Code? Get it now.
Flutter Localize

Flutter Localize

Omar Kaialy

|
1,645 installs
| (4) | Free
localize flutter strings with .arb files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

flutter-localize README

Features

this extension will help you localize the strings in dart to the languages you need for now it is only for .arb files and in future we will add a support for json and other types of files

Tip: Many popular extensions doesn't take the words form user , this extension will take the id from you then take each word in languages provided.

Requirements

TADA don't need any requirements!

Extension Settings

This extension contributes the following settings:

  • flutter-localize.appLocalizationsVariableSection: 'l10n'.
  • flutter-localize.yamlFile: Set the yaml file for AppLocalizations.
  • flutter-localize.flutterPubGetEnabled: If enabled, run the flutter.packages.get command of the Dart extension.
  • flutter-localize.sortFilesContent:If enabled, sort keys alphabetically except for @@locale is first and @key are below their key.

Known Issues

if you face any issue please tell us on github

Release Notes

1.0.0

Initial release of ...


Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices .

Working with Markdown

  • Ctrl+Shift+P choose Set the variable name for AppLocalizations .
  • Select the String you want to localize with the commas then press Ctrl+. and press Extract to arb file

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft