-
Notifications
You must be signed in to change notification settings - Fork 93
Additional Language
JM.PASCAL edited this page Sep 9, 2015
·
3 revisions
Alfresco Android provides support for the following languages (these are the languages supported by Alfresco):
- English (en)
- German (de)
- Spanish (es)
- French (fr)
- Italian (it)
- Japanese (jp)
- Simplified Chinese (zh_CN)
If you wish to provide support additional languages to be used in the Application then it will be necessary to add new language resource files.
Below a list of references files required to localized the application
- Application Strings
- Application Configuration Strings
- Foundation Module Strings
- ScanSnap Module Strings
- Samsung Module Strings
The community has also started Crowdin project. You will be able to find new languages package.
For each reference file, you need to
- Create the localized folder (if necessary). For example French: src/main/res/values/values-fr/strings.xml
- Create a localized file with all translation strings from the reference file.
- Save the file & rebuild the project