-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Welcome to the l10nInjection_Samples wiki!
Step to step setup flashbuilder 4
1. Use Git to checkout the core library code: git clone git://github.com/ThomasBurleson/l10n_Injection.git
1. Use Git to checkout the sample applications: git clone git://github.com/ThomasBurleson/l10nInjection_Samples.git
2. Use Flashbuilder 4 to import the core library project and the projects for the sample applications. Please use Import > Existing projects → project folder
3. The sample application projects are configured by default to use the l10n_Injection core library project. If you got an error complaining about a missing SWC: “unable to open ‘\l10nIOC_Library\bin\l10nIOC_Library.swc’”, then simply remove [from the Project Properties > Flex Build Path the old swc reference and copy the I10nInjection.swc to the libs directory for each sample application.
4. The viewStates sample application may also needs some locale settings. Navigate to Project Properties > Flex Compiler and enter the following arguments to Additional Compiler Arguments_:
-locale zhCN -source-path+=../locale/{locale}
That is it. You are ready to go.