Method | Description | |
---|---|---|
Internationalize ( |
Internationalizes the specified resource.
|
|
Internationalizer ( SageContext context ) : System |
Initializes a new instance of the Internationalizer class, using the specified context.
|
|
Transform ( |
Transforms the specified input.
|
Method | Description | |
---|---|---|
GetTranslationDictionaryCollection ( SageContext context ) : |
public Internationalize ( |
||
resource | The resource. | |
return |
public Internationalizer ( SageContext context ) : System | ||
context | SageContext | The context under which the code is being executed. |
return | System |
public Transform ( |
||
input | The input. | |
collection | The collection. | |
locale | string | The locale. |
output | The output. | |
type | InternationalizeType | The type. |
return | void |