Create a testfile in dirroot:
<?php
include("config.php");
echo get_string("welcome", "mobile");
echo get_string("settings", "mobile");
You may check also the WebService:
core_get_component_string
new mobile.php file to translate the app
blocks
MOBILE-56Create mobile.php file in moodle for translation.
Resolved
has a non-specific relationship to
MDL-43118Move all the current Moodle Mobile settings from Plugins -> Webservices to a new Admin Plugin