Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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