ISDBApplication::Localize: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
Line 8: Line 8:
===Method description===
===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.
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.


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Revision as of 12:59, 22 March 2007

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.