Click or drag to resize
ResHelper Methods

The ResHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContainsLocalizationMacro
Returns true, if the given text contains a localization macro
Public methodStatic memberGetAPIString(String, String)
Returns specified string for the API usage (the default value is used when string is not found).
Public methodStatic memberGetAPIString(String, String, String)
Returns specified string.
Public methodStatic memberGetFileString
Returns specified string.
Public methodStatic memberGetString
Returns specified string.
Public methodStatic memberGetStringFormat
Gets the given string and formats it with the standard String.Format method
Public methodStatic memberLocalizeExpression
Localizes the given expression, handles two types of expressions: stringkey - Simple localization =default string|cs-cz=localized string - advanced localization
Public methodStatic memberLocalizeFileString
Replaces "{$stringname$}" expressions in given text with localized strings.
Public methodStatic memberLocalizeString
Replaces "{$stringname$}" expressions in given text with localized strings using given culture.
Public methodStatic memberTranslationFoundForLocalizedString
Detects whether translation can be found for the given localized string
Top
See Also