Skip to content

Instantly share code, notes, and snippets.

@josedbaez
josedbaez / Remove Site Language.ps1
Created December 20, 2018 17:54 — forked from AlexKasaku/Remove Site Language.ps1
Remove a language from an SXA site. Based on the "Add Site Language" set of scripts that comes with SXA.
# Functions Site Language/Remove Site Language
Import-Function Validate-PowerShell
Test-PowerShell
Try
{
$ctx = Get-Item .
@josedbaez
josedbaez / supported-cultures.cshtml
Last active April 14, 2019 04:10
.Net Server Supported Cultures
@using System.Collections
<!DOCTYPE HTML>
<html>
<head runat="server">
<title>Supported Cultures</title>
<meta charset="utf-8">
<style>
table.minimalistBlack {
border: 2px solid #000000;