Version

SetCustomizedString Method (DocumentsCoreResourceCustomizer)

Sets a customized string identified by the specified string resource name.
Syntax
public void SetCustomizedString( 
   string name,
   string customizedText
)

Parameters

name
Name of the string resource to customize.
customizedText
The customized string. If null this has the same effect as calling ResetCustomizedString.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also