'Declaration Public Shared Function LocalizeString( _ ByVal key As System.String, _ ByVal defaultValue As System.String _ ) As System.String
public static System.string LocalizeString( System.string key, System.string defaultValue )
Parameters
- key
- The key.
- defaultValue
- The default value.