Property | Type | Description | |
---|---|---|---|
SUPPORT_LANG | string[] |
Method | Description | |
---|---|---|
GetCurrentLanguage ( Android.Content.Context context ) : String | ||
GetCurrentLanguageId ( Android.Content.Context context ) : string | ||
GetCurrentLocale ( Android.Content.Context context ) : System.Locale | ||
GetFacebookUrl ( string name ) : string | ||
GetGitHubUrl ( string name ) : string | ||
GetLanguage ( Android.Content.Context context, string languageId ) : string | ||
GetString ( Android.Content.Context context, string resName ) : string | ||
GetTwitterUrl ( string name ) : String | ||
GetVersionName ( Android.Content.Context context ) : string | ||
InitLocale ( Android.Content.Context context ) : void | ||
Linkify ( Android.App.Activity activity, Android.Widget.TextView textView, string linkText, string url ) : void | ||
SetLocale ( Android.Content.Context context, string languageId ) : void | ||
ShowWebPage ( Android.App.Activity activity, string url ) : void |
public static GetCurrentLanguage ( Android.Content.Context context ) : String | ||
context | Android.Content.Context | |
return | String |
public static GetCurrentLanguageId ( Android.Content.Context context ) : string | ||
context | Android.Content.Context | |
return | string |
public static GetCurrentLocale ( Android.Content.Context context ) : System.Locale | ||
context | Android.Content.Context | |
return | System.Locale |
public static GetFacebookUrl ( string name ) : string | ||
name | string | |
return | string |
public static GetGitHubUrl ( string name ) : string | ||
name | string | |
return | string |
public static GetLanguage ( Android.Content.Context context, string languageId ) : string | ||
context | Android.Content.Context | |
languageId | string | |
return | string |
public static GetString ( Android.Content.Context context, string resName ) : string | ||
context | Android.Content.Context | |
resName | string | |
return | string |
public static GetTwitterUrl ( string name ) : String | ||
name | string | |
return | String |
public static GetVersionName ( Android.Content.Context context ) : string | ||
context | Android.Content.Context | |
return | string |
public static InitLocale ( Android.Content.Context context ) : void | ||
context | Android.Content.Context | |
return | void |
public static Linkify ( Android.App.Activity activity, Android.Widget.TextView textView, string linkText, string url ) : void | ||
activity | Android.App.Activity | |
textView | Android.Widget.TextView | |
linkText | string | |
url | string | |
return | void |
public static SetLocale ( Android.Content.Context context, string languageId ) : void | ||
context | Android.Content.Context | |
languageId | string | |
return | void |
public static ShowWebPage ( Android.App.Activity activity, string url ) : void | ||
activity | Android.App.Activity | |
url | string | |
return | void |