ISDBApplication::Localize

From MediaMonkey Wiki
Revision as of 01:27, 8 May 2007 by Steegy (talk | contribs) (added related)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CoClass SDBApplication, Interface ISDBApplication

Function Localize(Value As String) As String


Parameters

Name Type Description
Value String A string to be localized


Method description

This method translates a string to the language that is currectly selected by user in MediaMonkey. The strings to be translated and their translations have to be in default.mo file for each language. Returns the translated string.

Related Topics