Google play developer page sells translation for apk files but as i understand we need a string.xml to send so that they can translate those. is it automaticly created while we compile our proejct or how do we create it that consists all the strings of designer and code etC?
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
Dim res As ResourceHelper
End Sub
#AdditionalRes: ..\res
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
'Activity.LoadLayout("Layout1")
res.Initialize
Activity.Title = res.getString("HelloWorld")