PathUtility.GetSatelliteFileForCulture Method (String, CultureInfo)
Returns the satellite path for a culture of a path.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public static string GetSatelliteFileForCulture(
string path,
CultureInfo uiCulture
)
public:
static String^ GetSatelliteFileForCulture(
String^ path,
CultureInfo^ uiCulture
)
Public Shared Function GetSatelliteFileForCulture (
path As String,
uiCulture As CultureInfo
) As String
Parameters
path
Type: System.StringThe path of the file.
uiCulture
Type: System.Globalization.CultureInfoThe culture.
Return Value
Type: System.String
An instance of String that contains the path for the culture.
See Also
PathUtility Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top