ISDBApplication::LocalizeGen: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (added link to language files list)
Line 10: Line 10:


This method translates a string to the language that is currectly selected by user in MediaMonkey. The strings to be translated and their translations are taken from specified file for the currently selected 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 are taken from specified file for the currently selected language.
See [[Localizations#Localizing_MediaMonkey-specific_Strings|here]] for a list of the available language files that can be used.


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

Revision as of 19:51, 7 May 2007

CoClass SDBApplication, Interface ISDBApplication

Function LocalizeGen(LangFile As String, Value As String) As String


Parameters

Name Type Description
LangFile String Language file to be used (e.g. 'DB').
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 are taken from specified file for the currently selected language.

See here for a list of the available language files that can be used.