![]() |
![]() |
Community Videochat v.6.0 |
Home ![]() |
Languages managementTo manage video chat language packs you should edit languages section of the main settings file which is located at /flashcoms/videochat/settings/main.xml
To set the default language, you should assign a correspondent language id value to the defaultLanguage entry:
To add/remove language pack, please add/remove a correspondent language entry, where
By default language files are located at /flashcoms/videochat/languages/. Editing language file you can change any chat label text.
Adding a new language packTo add a new language pack, you should add new <language> section to main.xml file. For example, you want to add German language:
Then create videochat/languages/lang.de.xml file which contains the translation of all the messages to German, for example:
Help filesHelp content files are located in /flashcoms/videochat/languages/ directory. They are named in accordance with the language key. help_content.language_ID.xml For the example given above this file will have the following form: help_content.de.xml Help content file is an XML file, which contains the settings and markers for Help Menu. helpContent baseUrl - contains the path to the directory with the help articles for given language. <node> </node> section - indicates drop down Help Menu item Help content file is supplied with the video chat package, so you will be able to open it in any text editor and view its structure example. |