You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Blazorise.Docs/Pages/News/2025-03-10-release-notes-180.razor
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,4 +178,12 @@
178
178
The <Code>MessageService</Code> now supports the <Code>Choices</Code> method, allowing you to display a list of options in a message dialog. This feature is useful for scenarios where you want to present users with multiple choices and handle their selection accordingly.
179
179
</Paragraph>
180
180
181
+
<HeadingSize="HeadingSize.Is3">
182
+
Culture-specific overloads for text localization
183
+
</Heading>
184
+
185
+
<Paragraph>
186
+
The <Code>ITextLocalizer</Code> interface now includes overloads for the <Code>GetString</Code> method that accept a <Code>CultureInfo</Code> parameter. The <Code>CultureInfo</Code> parameter can be used to specify the desired culture for localization, enabling you to retrieve strings that are tailored to the user's language and region. This is particularly useful in scenarios where you need to support multiple languages or regions within your application.
0 commit comments