diff --git a/osu.Framework/Localisation/LocalisationManager.cs b/osu.Framework/Localisation/LocalisationManager.cs
index 68e1a902b9..39ab3e1065 100644
--- a/osu.Framework/Localisation/LocalisationManager.cs
+++ b/osu.Framework/Localisation/LocalisationManager.cs
@@ -93,7 +93,7 @@ public void AddLanguage(string language, ILocalisationStore storage)
/// To facilitate tracking changes to the localised value across changes, use
/// and subscribe to its instead.
///
- internal string GetLocalisedString(LocalisableString text)
+ public string GetLocalisedString(LocalisableString text)
{
switch (text.Data)
{