# GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Rendering_Text_ITextLayoutService" data-uid="GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService" class="text-break">ITextLayoutService Interface
</h1>
  <div class="markdown level0 summary"><p>Providers functionality for values converting and formatting as well as
evaluation of the layout and rendering information and styles according to the current language.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Text.html">GrapeCity.ActiveReports.Rendering.Text</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Text_ITextLayoutService_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITextLayoutService : IFormattingService</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Text_ITextLayoutService_CurrentCulture" data-uid="GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService.CurrentCulture">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService.CurrentCulture.html#GrapeCity_ActiveReports_Rendering_Text_ITextLayoutService_CurrentCulture">CurrentCulture</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Text_ITextLayoutService_GetDigitSubstitution_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IStyle_System_Int32__GrapeCity_ActiveReports_Drawing_StringDigitSubstituteEx__" data-uid="GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService.GetDigitSubstitution(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IStyle,System.Int32@,GrapeCity.ActiveReports.Drawing.StringDigitSubstituteEx@)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService.GetDigitSubstitution.html#GrapeCity_ActiveReports_Rendering_Text_ITextLayoutService_GetDigitSubstitution_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IStyle_System_Int32__GrapeCity_ActiveReports_Drawing_StringDigitSubstituteEx__">GetDigitSubstitution(IStyle, out int, out StringDigitSubstituteEx)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the language that is used when local digits are substituted for western digits.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Text_ITextLayoutService_GetTextLayoutService_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_" data-uid="GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService.GetTextLayoutService(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService.GetTextLayoutService.html#GrapeCity_ActiveReports_Rendering_Text_ITextLayoutService_GetTextLayoutService_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_">GetTextLayoutService(IReportItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService.html">ITextLayoutService</a> for the language which is used for given report item.
In the case of same language returns itself, otherwise it will be created a new instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Text_ITextLayoutService_GetTextLayoutService_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService.GetTextLayoutService(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService.GetTextLayoutService.html#GrapeCity_ActiveReports_Rendering_Text_ITextLayoutService_GetTextLayoutService_System_String_">GetTextLayoutService(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.Rendering.Text.ITextLayoutService.html">ITextLayoutService</a> for the specified language.
In the case of same language returns itself, otherwise it will be created a new instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
