[This is preliminary documentation and is subject to change.]

Lets you insert text strings into the Facebook Translations database so they can be translated.

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public FacebookResponse<bool> UploadNativeStrings(
	string[] nativeStrings
)
Visual Basic (Declaration)
Public Function UploadNativeStrings ( _
	nativeStrings As String() _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ UploadNativeStrings(
	array<String^>^ nativeStrings
)

Parameters

nativeStrings
Type: array< System..::.String >[]()[]
A JSON-encoded array of strings to translate. Each element of the string array is an object, with
CopyC#
text
storing the actual string,
CopyC#
description
storing the description of the text.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.FbmlController.UploadNativeStrings(System.String[])"]

See Also

FbmlController Class
Facebook.Api.Controllers Namespace